Uses of Class
org.jboss.netty.channel.socket.nio.AbstractNioSelector
-
Packages that use AbstractNioSelector Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of AbstractNioSelector in org.jboss.netty.channel.socket.nio
Subclasses of AbstractNioSelector in org.jboss.netty.channel.socket.nio Modifier and Type Class Description (package private) classAbstractNioWorkerclassNioClientBossBossimplementation that handles the connection attempts of clientsclassNioDatagramWorkerA class responsible for registering channels withSelector.classNioServerBossBoss implementation which handles accepting of new connectionsclassNioWorker
-