请参阅: 说明
| 接口 | 说明 |
|---|---|
| OioDatagramChannelConfig | |
| OioServerSocketChannelConfig | |
| OioSocketChannelConfig |
A
ChannelConfig for a OioSocketChannel. |
| 类 | 说明 |
|---|---|
| DefaultOioServerSocketChannelConfig |
Default
OioServerSocketChannelConfig implementation |
| DefaultOioSocketChannelConfig |
Default
OioSocketChannelConfig implementation |
| OioDatagramChannel |
An OIO datagram
Channel that sends and receives an
AddressedEnvelope. |
| OioServerSocketChannel |
ServerSocketChannel which accepts new connections and create the OioSocketChannel's for them. |
| OioSocketChannel |
A
SocketChannel which is using Old-Blocking-IO |