Uses of Class
org.jboss.netty.channel.socket.nio.NioSocketChannel
-
Packages that use NioSocketChannel Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of NioSocketChannel in org.jboss.netty.channel.socket.nio
Subclasses of NioSocketChannel in org.jboss.netty.channel.socket.nio Modifier and Type Class Description (package private) class
NioAcceptedSocketChannel
(package private) class
NioClientSocketChannel
Fields in org.jboss.netty.channel.socket.nio declared as NioSocketChannel Modifier and Type Field Description private NioSocketChannel
NioWorker.RegisterTask. channel
Constructors in org.jboss.netty.channel.socket.nio with parameters of type NioSocketChannel Constructor Description RegisterTask(NioSocketChannel channel, ChannelFuture future, boolean server)
-