| 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 | Method and Description |
|---|---|
private static void |
OioClientSocketPipelineSink.bind(OioClientSocketChannel channel,
ChannelFuture future,
java.net.SocketAddress localAddress) |
private void |
OioClientSocketPipelineSink.connect(OioClientSocketChannel channel,
ChannelFuture future,
java.net.SocketAddress remoteAddress) |