See: Description
Interface | Description |
---|---|
Boss |
Serves the boss tasks like connecting/accepting
|
BossPool<E extends Boss> |
A Pool that holds
Boss instances |
NioChannelConfig |
Special
ChannelConfig sub-type which offers extra methods which are useful for NIO. |
NioDatagramChannelConfig |
A
DatagramChannelConfig for a NIO TCP/IP DatagramChannel . |
NioSelector | |
NioSelectorPool | |
NioSocketChannelConfig |
A
SocketChannelConfig for a NIO TCP/IP SocketChannel . |
WorkerPool<E extends Worker> |
The
WorkerPool is responsible to hand of Worker 's on demand |
Class | Description |
---|---|
AbstractNioBossPool<E extends Boss> | |
AbstractNioChannelSink | |
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() |
NioClientBoss |
Boss implementation that handles the connection attempts of clients |
NioClientBossPool |
Holds
NioClientBoss instances to use |
NioClientSocketChannelFactory |
A
ClientSocketChannelFactory which creates a client-side NIO-based
SocketChannel . |
NioDatagramChannel |
Provides an NIO based
DatagramChannel . |
NioDatagramChannelFactory |
A
DatagramChannelFactory that creates a NIO-based connectionless
DatagramChannel . |
NioDatagramWorker |
A class responsible for registering channels with
Selector . |
NioDatagramWorkerPool |
Default implementation which hands of
NioDatagramWorker 's |
NioServerBoss |
Boss implementation which handles accepting of new connections
|
NioServerBossPool |
Holds
NioServerBoss instances to use |
NioServerSocketChannelFactory |
A
ServerSocketChannelFactory which creates a server-side NIO-based
ServerSocketChannel . |
NioSocketChannel | |
NioWorker | |
NioWorkerPool |
Default implementation which hands of
NioWorker 's |
ShareableWorkerPool<E extends Worker> |
This implementation of a
WorkerPool should be used if you plan to share a
WorkerPool between different Factories. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.