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
Methods in org.jboss.netty.channel.socket.nio that return NioClientBossConstructor parameters in org.jboss.netty.channel.socket.nio with type arguments of type NioClientBossModifierConstructorDescriptionNioClientSocketChannelFactory(BossPool<NioClientBoss> bossPool, WorkerPool<NioWorker> workerPool) Creates a new instance.