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
WorkerPool
implementations 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 holdsBoss
instancesSpecialChannelConfig
sub-type which offers extra methods which are useful for NIO.Boss
implementation that handles the connection attempts of clientsProvides an NIO basedDatagramChannel
.ADatagramChannelConfig
for a NIO TCP/IPDatagramChannel
.Receives downstream events from aChannelPipeline
.A class responsible for registering channels withSelector
.Boss implementation which handles accepting of new connectionsASocketChannelConfig
for a NIO TCP/IPSocketChannel
.TheWorkerPool
is responsible to hand ofWorker
's on demand