| Package | Description |
|---|---|
| io.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
| Class and Description |
|---|
OioServerSocketChannel
ServerSocketChannel which accepts new connections and create the OioSocketChannel's for them. |
| OioServerSocketChannelConfig |
| OioSocketChannel
A
SocketChannel which is using Old-Blocking-IO |
| OioSocketChannelConfig
A
ChannelConfig for a OioSocketChannel. |