程序包 | 说明 |
---|---|
io.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
限定符和类型 | 类和说明 |
---|---|
class |
NioSocketChannel
SocketChannel which uses NIO selector based implementation. |
限定符和类型 | 类和说明 |
---|---|
class |
NioUdtByteConnectorChannel
已过时。
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtByteRendezvousChannel
已过时。
The UDT transport is no longer maintained and will be removed.
|