netty5/transport/src/main/java/io/netty/channel/nio
2014-01-29 07:19:41 +01:00
..
AbstractNioByteChannel.java [#2104] Make sure we only act on the SelectionKey if it is valid 2014-01-09 18:28:33 +01:00
AbstractNioChannel.java Fix a potential NPE due to the race between a connection attempt and its cancellation 2014-01-09 19:25:08 +09:00
AbstractNioMessageChannel.java Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation 2013-11-21 14:14:23 +09:00
AbstractNioMessageServerChannel.java Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation 2013-11-21 14:14:23 +09:00
NioEventLoop.java [#2164] Only reregister SelectionKeys that are still valid 2014-01-29 07:19:41 +01:00
NioEventLoopGroup.java Introduce ChannelHandlerInvoker, dedeciated for invoking event handler methods, and move most handler invocation code in ChannelHandlerContext to the default ChannelHandlerInvoker implementation 2013-11-21 14:14:23 +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