Class OioServerSocketChannel

All Implemented Interfaces:
Channel, ChannelOutboundInvoker, ServerChannel, ServerSocketChannel, AttributeMap, Comparable<Channel>

@Deprecated public class OioServerSocketChannel extends AbstractOioMessageChannel implements ServerSocketChannel
Deprecated.
use NIO / EPOLL / KQUEUE transport.
ServerSocketChannel which accepts new connections and create the OioSocketChannel's for them. This implementation use Old-Blocking-IO.