netty5/transport/src/main/java/io/netty/channel/nio
Norman Maurer 187b1b8a55 Correctly implement SelectedSelectionKeySet.remove(...) / contains(...) again so it works with the NIO Selector.
Motivation:

c1a335446d reimplemented remove(...) and contains(...) in a way which made it not work anymore when used by the Selector.

Modifications:

Partly revert changes in c1a335446d.

Result:

Works again as expected
2018-09-01 08:43:50 +02:00
..
AbstractNioByteChannel.java NIO read spin event loop spin when half closed (#7801) 2018-03-28 20:02:57 +02:00
AbstractNioChannel.java Epoll flush/writabilityChange deadlock 2018-02-20 11:40:58 +01:00
AbstractNioMessageChannel.java Correctly handle non IOException during read in NioServerSocketChannel 2018-03-25 17:31:59 +02:00
NioEventLoop.java (Nio|Epoll)EventLoop.pendingTasks does not need to dispatch to the EventLoop (#8197) 2018-08-18 07:28:31 +02:00
NioEventLoopGroup.java Allow to inject RejectedExecutionHandler for different EventLoops and EventExecutors 2016-06-24 17:08:30 +02: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 Correctly implement SelectedSelectionKeySet.remove(...) / contains(...) again so it works with the NIO Selector. 2018-09-01 08:43:50 +02:00
SelectedSelectionKeySetSelector.java Use a single array in SelectedSelectionKeySet 2017-02-16 15:10:37 -08:00