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 TypeInterfaceDescriptioninterface
A Pool that holdsBoss
instancesinterface
WorkerPool<E extends Worker>
TheWorkerPool
is responsible to hand ofWorker
's on demandClasses in org.jboss.netty.channel.socket.nio that implement NioSelectorPoolModifier and TypeClassDescriptionclass
AbstractNioBossPool<E extends Boss>
class
AbstractNioWorkerPool<E extends AbstractNioWorker>
Abstract base class forWorkerPool
implementations that create theWorker
's up-front and return them in a "fair" fashion when callingAbstractNioWorkerPool.nextWorker()
class
HoldsNioClientBoss
instances to useclass
Default implementation which hands ofNioDatagramWorker
'sclass
HoldsNioServerBoss
instances to useclass
Default implementation which hands ofNioWorker
'sfinal class
ShareableWorkerPool<E extends Worker>
This implementation of aWorkerPool
should be used if you plan to share aWorkerPool
between different Factories.