Class NioTcpServerChannel

java.lang.Object
org.elasticsearch.nio.NioChannel
org.elasticsearch.nio.NioServerSocketChannel
org.elasticsearch.transport.nio.NioTcpServerChannel
All Implemented Interfaces:
java.io.Closeable, java.lang.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.