Uses of Class
org.jboss.netty.channel.socket.nio.NioServerSocketChannel
Packages that use NioServerSocketChannel
Package
Description
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of NioServerSocketChannel in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as NioServerSocketChannelModifier and TypeFieldDescriptionprivate final NioServerSocketChannel
NioServerBoss.RegisterTask.channel
Methods in org.jboss.netty.channel.socket.nio with parameters of type NioServerSocketChannelModifier and TypeMethodDescription(package private) void
NioServerBoss.bind
(NioServerSocketChannel channel, ChannelFuture future, SocketAddress localAddress) (package private) void
NioServerBoss.close
(NioServerSocketChannel channel, ChannelFuture future) private static void
NioServerBoss.registerAcceptedChannel
(NioServerSocketChannel parent, SocketChannel acceptedSocket, Thread currentThread) Constructors in org.jboss.netty.channel.socket.nio with parameters of type NioServerSocketChannelModifierConstructorDescriptionRegisterTask
(NioServerSocketChannel channel, ChannelFuture future, SocketAddress localAddress)