Uses of Class
org.jboss.netty.channel.socket.oio.OioClientSocketChannel
-
Packages that use OioClientSocketChannel 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). -
-
Uses of OioClientSocketChannel in org.jboss.netty.channel.socket.oio
Methods in org.jboss.netty.channel.socket.oio with parameters of type OioClientSocketChannel Modifier and Type Method 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)
-