Uses of Interface
org.jboss.netty.channel.socket.Worker
Packages that use Worker
Package
Description
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 WorkerModifier and TypeClassDescriptionfinal 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 WorkerModifier and TypeClassDescriptionclassA class responsible for registering channels withSelector.class