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 forWorkerPool
implementations 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 holdsBoss
instancesNioChannelConfig SpecialChannelConfig
sub-type which offers extra methods which are useful for NIO.NioClientBoss Boss
implementation that handles the connection attempts of clientsNioDatagramChannelConfig ADatagramChannelConfig
for a NIO TCP/IPDatagramChannel
.NioDatagramWorker A class responsible for registering channels withSelector
.NioSelector NioSelectorPool NioServerBoss Boss implementation which handles accepting of new connectionsNioSocketChannelConfig ASocketChannelConfig
for a NIO TCP/IPSocketChannel
.NioWorker WorkerPool TheWorkerPool
is responsible to hand ofWorker
's on demand