Interface OioSocketChannelConfig

All Superinterfaces:
ChannelConfig, DuplexChannelConfig, SocketChannelConfig
All Known Implementing Classes:
DefaultOioSocketChannelConfig

@Deprecated public interface OioSocketChannelConfig extends SocketChannelConfig
Deprecated.
use NIO / EPOLL / KQUEUE transport.
A ChannelConfig for a OioSocketChannel.

Available options

In addition to the options provided by SocketChannelConfig, OioSocketChannelConfig allows the following options in the option map:
NameAssociated setter method
ChannelOption.SO_TIMEOUTsetSoTimeout(int)