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 NioServerSocketChannelNioServerBoss.RegisterTask.channelMethods in org.jboss.netty.channel.socket.nio with parameters of type NioServerSocketChannelModifier and TypeMethodDescription(package private) voidNioServerBoss.bind(NioServerSocketChannel channel, ChannelFuture future, SocketAddress localAddress) (package private) voidNioServerBoss.close(NioServerSocketChannel channel, ChannelFuture future) private static voidNioServerBoss.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)