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 interfaceBossServes the boss tasks like connecting/acceptingClasses in org.jboss.netty.channel.socket.nio that implement NioSelector Modifier and Type Class Description classNioClientBossBossimplementation that handles the connection attempts of clientsclassNioDatagramWorkerA class responsible for registering channels withSelector.classNioServerBossBoss implementation which handles accepting of new connectionsclassNioWorker
-