Uses of Interface
org.jboss.netty.channel.socket.nio.NioSelector
-
Packages that use NioSelector Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of NioSelector in org.jboss.netty.channel.socket.nio
Subinterfaces of NioSelector in org.jboss.netty.channel.socket.nio Modifier and Type Interface Description interface
Boss
Serves the boss tasks like connecting/acceptingClasses in org.jboss.netty.channel.socket.nio that implement NioSelector Modifier and Type Class Description (package private) class
AbstractNioSelector
(package private) class
AbstractNioWorker
class
NioClientBoss
Boss
implementation that handles the connection attempts of clientsclass
NioDatagramWorker
A class responsible for registering channels withSelector
.class
NioServerBoss
Boss implementation which handles accepting of new connectionsclass
NioWorker
-