| 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 | Field and Description |
|---|---|
private OioServerSocketChannel |
OioServerSocketPipelineSink.Boss.channel |
| Modifier and Type | Method and Description |
|---|---|
private void |
OioServerSocketPipelineSink.bind(OioServerSocketChannel channel,
ChannelFuture future,
java.net.SocketAddress localAddress) |
private static void |
OioServerSocketPipelineSink.close(OioServerSocketChannel channel,
ChannelFuture future) |
| Constructor and Description |
|---|
Boss(OioServerSocketChannel channel) |