Class NioServerSocketChannel

All Implemented Interfaces:
Channel, ChannelOutboundInvoker, ServerChannel, ServerSocketChannel, AttributeMap, Comparable<Channel>

public class NioServerSocketChannel extends AbstractNioMessageChannel implements ServerSocketChannel
A ServerSocketChannel implementation which uses NIO selector based implementation to accept new connections.