Uses of Class
org.jboss.netty.channel.socket.oio.OioServerSocketChannel
Packages that use OioServerSocketChannel
Package
Description
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 OioServerSocketChannelModifier and TypeFieldDescriptionprivate final OioServerSocketChannel
OioServerSocketPipelineSink.Boss.channel
Methods in org.jboss.netty.channel.socket.oio with parameters of type OioServerSocketChannelModifier and TypeMethodDescriptionprivate void
OioServerSocketPipelineSink.bind
(OioServerSocketChannel channel, ChannelFuture future, SocketAddress localAddress) private static void
OioServerSocketPipelineSink.close
(OioServerSocketChannel channel, ChannelFuture future) Constructors in org.jboss.netty.channel.socket.oio with parameters of type OioServerSocketChannel