netty5/transport/src/main/java/io/netty/channel/nio
Norman Maurer 8bf8252060 [#2615] Correctly update SelectionKey after selector rebuild
Motivation:

When a select rebuild was triggered the reference to the SelectionKey is not updated in AbstractNioChannel. This will cause a CancelledKeyException later.

Modification:

Correctly update SelectionKey reference after rebuild

Result:

Fix exception
2014-06-27 17:21:34 +02:00
..
AbstractNioByteChannel.java [#2485] Use RecvByteBufAllocator for all allocations related to read from Channel 2014-05-10 15:27:43 +02:00
AbstractNioChannel.java [#2615] Correctly update SelectionKey after selector rebuild 2014-06-27 17:21:34 +02:00
AbstractNioMessageChannel.java [#2375] [#2404] Fix bug in respecting ChannelConfig.setAutoRead(false) and also fix Channel.read() for OIO 2014-04-17 07:50:51 +02:00
NioEventLoop.java [#2615] Correctly update SelectionKey after selector rebuild 2014-06-27 17:21:34 +02:00
NioEventLoopGroup.java User-definable thread model via ChannelHandlerInvoker 2014-03-24 18:09:27 +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