53545556575859
/** * Create a new instance */ public NioServerSocketChannel() { super(null, null, newSocket(), SelectionKey.OP_ACCEPT); config = new DefaultServerSocketChannelConfig(this, javaChannel().socket()); }
80818283848586
} throw new ChannelException( "Failed to set the server socket timeout.", e); } config = new DefaultServerSocketChannelConfig(socket); }
81828384858687
} throw new ChannelException("Failed to enter non-blocking mode.", e); } config = new DefaultServerSocketChannelConfig(socket.socket()); }