netty5/transport/src
Norman Maurer 4e2bc95ef9 [#2326] Add constructor to NioServerSocketChannel which accepts a ServerSocketChannel
Motivation:
Allow the user to create a NioServerSocketChannel from an existing ServerSocketChannel.

Modifications:
Add an extra constructor

Result:
Now the user is be able to create a NioServerSocketChannel from an existing ServerSocketChannel, like he can do with all the other Nio*Channel implemntations.
2014-03-16 07:05:39 -07:00
..
main/java/io/netty [#2326] Add constructor to NioServerSocketChannel which accepts a ServerSocketChannel 2014-03-16 07:05:39 -07:00
test/java/io/netty Added asserts to make sure ChannelHandlers are removed from the pipeline 2014-03-03 06:43:19 +01:00