| Package | Description | 
|---|---|
| org.jboss.netty.channel.socket.nio | 
 NIO-based socket channel
 API implementation - recommended for a large number of connections (>= 1000). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractNioWorkerPool<E extends org.jboss.netty.channel.socket.nio.AbstractNioWorker>
Abstract base class for  
WorkerPool implementations that create the Worker's
 up-front and return them in a "fair" fashion when calling AbstractNioWorkerPool.nextWorker() | 
class  | 
NioDatagramWorkerPool
Default implementation which hands of  
NioDatagramWorker's | 
class  | 
NioWorkerPool
Default implementation which hands of  
NioWorker's | 
class  | 
ShareableWorkerPool<E extends Worker>
This implementation of a  
WorkerPool should be used if you plan to share a
 WorkerPool between different Factories. | 
Copyright © 2008-2016 The Netty Project. All Rights Reserved.