Interface NIOServerSocketHandler


  • public interface NIOServerSocketHandler
    NIOServerSocketHandler
    • Method Detail

      • getServerSocketChannel

        ServerSocketChannel getServerSocketChannel()
        Get the associated server socket channel
        Returns:
        the associated server socket channel
      • createClientHandler

        NIOClientSocketHandler createClientHandler​(NIOTcpMultiplexer serverMultiplexer,
                                                   SocketChannel socketChannel)
        Create a new client handler instance for the given socket channel
        Parameters:
        serverMultiplexer - the server multiplexer
        socketChannel - the new client socket channel
        Returns:
        a new client handler instance