netty5/transport/src/test/java/io/netty/channel/socket/nio
Norman Maurer 6ed203b7ba
NioServerSocketChannel.isActive() must return false after close() completes. (#9030)
Motivation:

When a Channel was closed its isActive() method must return false.

Modifications:

First check for isOpen() before isBound() as isBound() will continue to return true even after the underyling fd was closed.

Result:

Fixes https://github.com/netty/netty/issues/9026.
2019-04-11 18:54:31 +02:00
..
AbstractNioChannelTest.java Workaround JDK bug that will cause an AssertionError when calling ServerSocketChannel.config().getOptions(). (#8183) 2018-08-09 13:11:08 +02:00
NioDatagramChannelTest.java Support the usage of SocketOption when nio is used and the java versi… (#8085) 2018-07-25 12:32:28 +08:00
NioServerSocketChannelTest.java NioServerSocketChannel.isActive() must return false after close() completes. (#9030) 2019-04-11 18:54:31 +02:00
NioSocketChannelTest.java Support the usage of SocketOption when nio is used and the java versi… (#8085) 2018-07-25 12:32:28 +08:00