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 holdsBossinstancesNioChannelConfig SpecialChannelConfigsub-type which offers extra methods which are useful for NIO.NioDatagramChannelConfig ADatagramChannelConfigfor a NIO TCP/IPDatagramChannel.NioSelector NioSelectorPool NioSocketChannelConfig ASocketChannelConfigfor a NIO TCP/IPSocketChannel.SocketSendBufferPool.SendBuffer WorkerPool<E extends Worker> TheWorkerPoolis responsible to hand ofWorker's on demand