See: Description
| Interface | Description |
|---|---|
| OioDatagramChannelConfig | |
| OioServerSocketChannelConfig | |
| OioSocketChannelConfig |
A
ChannelConfig for a OioSocketChannel. |
| Class | Description |
|---|---|
| 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 |
Copyright © 2008–2018 The Netty Project. All rights reserved.