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