Uses of Class
org.jboss.netty.channel.socket.nio.NioClientBoss
Packages that use NioClientBoss
Package
Description
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of NioClientBoss in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as NioClientBossFields in org.jboss.netty.channel.socket.nio with type parameters of type NioClientBossModifier and TypeFieldDescriptionprivate final BossPool<NioClientBoss>
NioClientSocketChannelFactory.bossPool
private final BossPool<NioClientBoss>
NioClientSocketPipelineSink.bossPool
Methods in org.jboss.netty.channel.socket.nio that return NioClientBossModifier and TypeMethodDescriptionprotected NioClientBoss
private NioClientBoss
NioClientSocketPipelineSink.nextBoss()
Constructors in org.jboss.netty.channel.socket.nio with parameters of type NioClientBossModifierConstructorDescription(package private)
RegisterTask
(NioClientBoss boss, NioClientSocketChannel channel) Constructor parameters in org.jboss.netty.channel.socket.nio with type arguments of type NioClientBossModifierConstructorDescriptionNioClientSocketChannelFactory
(BossPool<NioClientBoss> bossPool, WorkerPool<NioWorker> workerPool) Creates a new instance.(package private)
NioClientSocketPipelineSink
(BossPool<NioClientBoss> bossPool)