Class NioServerSocketChannel

java.lang.Object
io.netty.util.DefaultAttributeMap
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.