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