程序包 | 说明 |
---|---|
io.netty.channel.sctp.oio |
Old blocking I/O based SCTP channel API implementation - recommended for
a small number of connections (< 1000).
|
io.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
限定符和类型 | 类和说明 |
---|---|
class |
OioSctpChannel
已过时。
use
NioSctpChannel . |
class |
OioSctpServerChannel
已过时。
use
NioSctpServerChannel . |
限定符和类型 | 类和说明 |
---|---|
class |
OioDatagramChannel
已过时。
use NIO / EPOLL / KQUEUE transport.
|
class |
OioServerSocketChannel
已过时。
use NIO / EPOLL / KQUEUE transport.
|