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 OioServerSocketChannelOioServerSocketPipelineSink.Boss. channelMethods in org.jboss.netty.channel.socket.oio with parameters of type OioServerSocketChannel Modifier and Type Method Description private voidOioServerSocketPipelineSink. bind(OioServerSocketChannel channel, ChannelFuture future, java.net.SocketAddress localAddress)private static voidOioServerSocketPipelineSink. close(OioServerSocketChannel channel, ChannelFuture future)Constructors in org.jboss.netty.channel.socket.oio with parameters of type OioServerSocketChannel Constructor Description Boss(OioServerSocketChannel channel)
-