Package org.jboss.netty.channel.socket.nio
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Interface Summary Interface Description Boss Serves the boss tasks like connecting/acceptingBossPool<E extends Boss> A Pool that holdsBoss
instancesNioChannelConfig SpecialChannelConfig
sub-type which offers extra methods which are useful for NIO.NioDatagramChannelConfig ADatagramChannelConfig
for a NIO TCP/IPDatagramChannel
.NioSelector NioSelectorPool NioSocketChannelConfig ASocketChannelConfig
for a NIO TCP/IPSocketChannel
.SocketSendBufferPool.SendBuffer WorkerPool<E extends Worker> TheWorkerPool
is responsible to hand ofWorker
's on demand