Uses of Class
org.jboss.netty.channel.socket.oio.OioClientSocketChannel
Packages that use OioClientSocketChannel
Package
Description
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 OioClientSocketChannelModifier and TypeMethodDescriptionprivate static void
OioClientSocketPipelineSink.bind
(OioClientSocketChannel channel, ChannelFuture future, SocketAddress localAddress) private void
OioClientSocketPipelineSink.connect
(OioClientSocketChannel channel, ChannelFuture future, SocketAddress remoteAddress)