public interface NIOServerSocketHandler
| Modifier and Type | Method and Description |
|---|---|
NIOClientSocketHandler |
createClientHandler(NIOTcpMultiplexer serverMultiplexer,
SocketChannel socketChannel)
Create a new client handler instance for the given socket channel
|
ServerSocketChannel |
getServerSocketChannel()
Get the associated server socket channel
|
ServerSocketChannel getServerSocketChannel()
NIOClientSocketHandler createClientHandler(NIOTcpMultiplexer serverMultiplexer, SocketChannel socketChannel)
serverMultiplexer - the server multiplexersocketChannel - the new client socket channelCopyright © 2019. All rights reserved.