a17d28605a
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.