Interface ServerSocketChannelConfig

All Superinterfaces:
ChannelConfig
All Known Implementing Classes:
DefaultServerSocketChannelConfig

public interface ServerSocketChannelConfig extends ChannelConfig
A ChannelConfig for a ServerSocketChannel.

Available options

In addition to the options provided by ChannelConfig, ServerSocketChannelConfig allows the following options in the option map:
NameAssociated setter method
"backlog"setBacklog(int)
"reuseAddress"setReuseAddress(boolean)
"receiveBufferSize"setReceiveBufferSize(int)