请参阅: 说明
| 类 | 说明 |
|---|---|
| NioChannelOption<T> |
Provides
ChannelOption over a given SocketOption which is then passed through the underlying
NetworkChannel. |
| NioDatagramChannel |
An NIO datagram
Channel that sends and receives an
AddressedEnvelope. |
| NioServerSocketChannel |
A
ServerSocketChannel implementation which uses
NIO selector based implementation to accept new connections. |
| NioSocketChannel |
SocketChannel which uses NIO selector based implementation. |