Interface ServerSocketChannelConfig

All Superinterfaces:
ChannelConfig
All Known Subinterfaces:
OioServerSocketChannelConfig
All Known Implementing Classes:
DefaultOioServerSocketChannelConfig, DefaultServerSocketChannelConfig, EpollServerChannelConfig, EpollServerSocketChannelConfig, KQueueServerChannelConfig, KQueueServerSocketChannelConfig, NioServerSocketChannel.NioServerSocketChannelConfig

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)