Package | Description |
---|---|
org.jboss.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
Class and Description |
---|
AbstractNioBossPool |
AbstractNioWorkerPool
Abstract base class for
WorkerPool implementations that create the Worker 's
up-front and return them in a "fair" fashion when calling AbstractNioWorkerPool.nextWorker() |
Boss
Serves the boss tasks like connecting/accepting
|
BossPool
A Pool that holds
Boss instances |
NioChannelConfig
Special
ChannelConfig sub-type which offers extra methods which are useful for NIO. |
NioClientBoss
Boss implementation that handles the connection attempts of clients |
NioDatagramChannelConfig
A
DatagramChannelConfig for a NIO TCP/IP DatagramChannel . |
NioDatagramWorker
A class responsible for registering channels with
Selector . |
NioSelector |
NioSelectorPool |
NioServerBoss
Boss implementation which handles accepting of new connections
|
NioSocketChannelConfig
A
SocketChannelConfig for a NIO TCP/IP SocketChannel . |
NioWorker |
WorkerPool
The
WorkerPool is responsible to hand of Worker 's on demand |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.