程序包 | 说明 |
---|---|
io.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
类和说明 |
---|
OioDatagramChannelConfig
已过时。
use NIO / EPOLL / KQUEUE transport.
|
OioServerSocketChannelConfig
已过时。
use NIO / EPOLL / KQUEUE transport.
|
OioSocketChannelConfig
已过时。
use NIO / EPOLL / KQUEUE transport.
|