netty5/transport/src/main/java/io/netty/channel/nio
Trustin Lee dcf7896172 Do not close ServerChannel on IOException while accepting an incoming connection
.. so that we can recover from 'too many open files'

- Fixes #1578
2013-07-16 18:39:29 +09:00
..
AbstractNioByteChannel.java Use correct permission mode for java files 2013-07-10 21:58:12 +02:00
AbstractNioChannel.java [#1557] Make the contract of Channel.Unsafe.flush() more clear 2013-07-12 19:45:31 +02:00
AbstractNioMessageChannel.java Do not close ServerChannel on IOException while accepting an incoming connection 2013-07-16 18:39:29 +09:00
NioEventLoop.java [#1557] Make the contract of Channel.Unsafe.flush() more clear 2013-07-12 19:45:31 +02:00
NioEventLoopGroup.java Allow specifying 0 as the default number of threads when instantiating an EventLoopGroup 2013-06-27 10:39:39 +09:00
NioTask.java Move non socket specific stuff out of the socket package 2013-02-01 09:10:28 +01:00
package-info.java Move non socket specific stuff out of the socket package 2013-02-01 09:10:28 +01:00
SelectedSelectionKeySet.java Replace the sun.nio.ch.SelectorImpl.selectedKeys with faster one 2013-06-11 00:00:55 +09:00