Class NioTcpServerChannel

All Implemented Interfaces:
Closeable, AutoCloseable, CloseableChannel, TcpServerChannel

public class NioTcpServerChannel extends NioServerSocketChannel implements TcpServerChannel
This is an implementation of NioServerSocketChannel that adheres to the TcpServerChannel interface. As it is a server socket, setting SO_LINGER and sending messages is not supported.