Uses of Interface
org.jboss.netty.channel.socket.Worker
-
Packages that use Worker Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of Worker in org.jboss.netty.channel.socket.nio
Classes in org.jboss.netty.channel.socket.nio with type parameters of type Worker Modifier and Type Class Description classShareableWorkerPool<E extends Worker>This implementation of aWorkerPoolshould be used if you plan to share aWorkerPoolbetween different Factories.interfaceWorkerPool<E extends Worker>TheWorkerPoolis responsible to hand ofWorker's on demandClasses in org.jboss.netty.channel.socket.nio that implement Worker Modifier and Type Class Description classNioDatagramWorkerA class responsible for registering channels withSelector.classNioWorker
-