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 |
ShareableWorkerPool<E extends Worker>
This implementation of a
WorkerPool should be used if you plan to share a
WorkerPool between different Factories. |
interface |
WorkerPool<E extends Worker>
The
WorkerPool is responsible to hand of Worker 's on demand |
Modifier and Type | Class and Description |
---|---|
class |
NioDatagramWorker
A class responsible for registering channels with
Selector . |
class |
NioWorker |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.