Uses of Interface
org.jboss.netty.channel.socket.nio.NioSelectorPool
Packages that use NioSelectorPool
Package
Description
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of NioSelectorPool in org.jboss.netty.channel.socket.nio
Subinterfaces of NioSelectorPool in org.jboss.netty.channel.socket.nioModifier and TypeInterfaceDescriptioninterfaceA Pool that holdsBossinstancesinterfaceWorkerPool<E extends Worker>TheWorkerPoolis responsible to hand ofWorker's on demandClasses in org.jboss.netty.channel.socket.nio that implement NioSelectorPoolModifier and TypeClassDescriptionclassAbstractNioBossPool<E extends Boss>classAbstractNioWorkerPool<E extends AbstractNioWorker>Abstract base class forWorkerPoolimplementations that create theWorker's up-front and return them in a "fair" fashion when callingAbstractNioWorkerPool.nextWorker()classHoldsNioClientBossinstances to useclassDefault implementation which hands ofNioDatagramWorker'sclassHoldsNioServerBossinstances to useclassDefault implementation which hands ofNioWorker'sfinal classShareableWorkerPool<E extends Worker>This implementation of aWorkerPoolshould be used if you plan to share aWorkerPoolbetween different Factories.