Uses of Class
org.jboss.netty.channel.socket.oio.OioServerSocketChannel
-
Packages that use OioServerSocketChannel 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 OioServerSocketChannel in org.jboss.netty.channel.socket.oio
Fields in org.jboss.netty.channel.socket.oio declared as OioServerSocketChannel Modifier and Type Field Description private OioServerSocketChannel
OioServerSocketPipelineSink.Boss. channel
Methods in org.jboss.netty.channel.socket.oio with parameters of type OioServerSocketChannel Modifier and Type Method Description private void
OioServerSocketPipelineSink. bind(OioServerSocketChannel channel, ChannelFuture future, java.net.SocketAddress localAddress)
private static void
OioServerSocketPipelineSink. close(OioServerSocketChannel channel, ChannelFuture future)
Constructors in org.jboss.netty.channel.socket.oio with parameters of type OioServerSocketChannel Constructor Description Boss(OioServerSocketChannel channel)
-