Uses of Package
org.jboss.netty.channel.socket.nio
-
Packages that use org.jboss.netty.channel.socket.nio Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
Classes in org.jboss.netty.channel.socket.nio used by org.jboss.netty.channel.socket.nio Class Description AbstractNioBossPool AbstractNioWorkerPool Abstract base class forWorkerPoolimplementations that create theWorker's up-front and return them in a "fair" fashion when callingAbstractNioWorkerPool.nextWorker()Boss Serves the boss tasks like connecting/acceptingBossPool A Pool that holdsBossinstancesNioChannelConfig SpecialChannelConfigsub-type which offers extra methods which are useful for NIO.NioClientBoss Bossimplementation that handles the connection attempts of clientsNioDatagramChannelConfig ADatagramChannelConfigfor a NIO TCP/IPDatagramChannel.NioDatagramWorker A class responsible for registering channels withSelector.NioSelector NioSelectorPool NioServerBoss Boss implementation which handles accepting of new connectionsNioSocketChannelConfig ASocketChannelConfigfor a NIO TCP/IPSocketChannel.NioWorker WorkerPool TheWorkerPoolis responsible to hand ofWorker's on demand