Interface NioDatagramChannelConfig

All Superinterfaces:
ChannelConfig, DatagramChannelConfig, NioChannelConfig
All Known Implementing Classes:
DefaultNioDatagramChannelConfig

public interface NioDatagramChannelConfig extends DatagramChannelConfig, NioChannelConfig
A DatagramChannelConfig for a NIO TCP/IP DatagramChannel.

Available options

In addition to the options provided by ChannelConfig and DatagramChannelConfig, NioDatagramChannelConfig allows the following options in the option map:
NameAssociated setter method
"writeBufferHighWaterMark"NioChannelConfig.setWriteBufferHighWaterMark(int)
"writeBufferLowWaterMark"NioChannelConfig.setWriteBufferLowWaterMark(int)
"writeSpinCount"NioChannelConfig.setWriteSpinCount(int)