Uses of Package
org.jboss.netty.channel.socket.nio
Packages that use org.jboss.netty.channel.socket.nio
Package
Description
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.nioClassDescriptionAbstract base class for
WorkerPoolimplementations that create theWorker's up-front and return them in a "fair" fashion when callingAbstractNioWorkerPool.nextWorker()Serves the boss tasks like connecting/acceptingA Pool that holdsBossinstancesSpecialChannelConfigsub-type which offers extra methods which are useful for NIO.Bossimplementation that handles the connection attempts of clientsProvides an NIO basedDatagramChannel.ADatagramChannelConfigfor a NIO TCP/IPDatagramChannel.Receives downstream events from aChannelPipeline.A class responsible for registering channels withSelector.Boss implementation which handles accepting of new connectionsASocketChannelConfigfor a NIO TCP/IPSocketChannel.TheWorkerPoolis responsible to hand ofWorker's on demand