Uses of Interface
org.jboss.netty.channel.socket.nio.NioSelector
Packages that use NioSelector
Package
Description
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.nioModifier and TypeInterfaceDescriptioninterface
Serves the boss tasks like connecting/acceptingClasses in org.jboss.netty.channel.socket.nio that implement NioSelectorModifier and TypeClassDescription(package private) class
(package private) class
final class
Boss
implementation that handles the connection attempts of clientsclass
A class responsible for registering channels withSelector
.final class
Boss implementation which handles accepting of new connectionsclass