Uses of Class
org.jboss.netty.channel.socket.nio.NioServerSocketChannel
-
Packages that use NioServerSocketChannel Package Description org.jboss.netty.channel.socket.nio 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 NioServerSocketChannel Modifier and Type Field Description private NioServerSocketChannel
NioServerBoss.RegisterTask. channel
Methods in org.jboss.netty.channel.socket.nio with parameters of type NioServerSocketChannel Modifier and Type Method Description (package private) void
NioServerBoss. bind(NioServerSocketChannel channel, ChannelFuture future, java.net.SocketAddress localAddress)
(package private) void
NioServerBoss. close(NioServerSocketChannel channel, ChannelFuture future)
private static void
NioServerBoss. registerAcceptedChannel(NioServerSocketChannel parent, java.nio.channels.SocketChannel acceptedSocket, java.lang.Thread currentThread)
Constructors in org.jboss.netty.channel.socket.nio with parameters of type NioServerSocketChannel Constructor Description RegisterTask(NioServerSocketChannel channel, ChannelFuture future, java.net.SocketAddress localAddress)
-