| Package | Description |
|---|---|
| org.jboss.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
OioAcceptedSocketChannel |
(package private) class |
OioClientSocketChannel |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
OioWorker.write(OioSocketChannel channel,
ChannelFuture future,
java.lang.Object message) |
| Constructor and Description |
|---|
OioWorker(OioSocketChannel channel) |