Interface NioSocketChannelConfig

All Superinterfaces:
ChannelConfig, NioChannelConfig, SocketChannelConfig
All Known Implementing Classes:
DefaultNioSocketChannelConfig

public interface NioSocketChannelConfig extends SocketChannelConfig, NioChannelConfig
A SocketChannelConfig for a NIO TCP/IP SocketChannel.

Available options

In addition to the options provided by ChannelConfig and SocketChannelConfig, NioSocketChannelConfig allows the following options in the option map:
NameAssociated setter method
"writeBufferHighWaterMark"NioChannelConfig.setWriteBufferHighWaterMark(int)
"writeBufferLowWaterMark"NioChannelConfig.setWriteBufferLowWaterMark(int)
"writeSpinCount"NioChannelConfig.setWriteSpinCount(int)
"receiveBufferSizePredictor" setReceiveBufferSizePredictor(ReceiveBufferSizePredictor)
"receiveBufferSizePredictorFactory" setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory)