Uses of Class
org.jboss.netty.channel.socket.nio.NioClientBoss
-
Packages that use NioClientBoss Package Description org.jboss.netty.channel.socket.nio 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 NioClientBoss Modifier and Type Method Description protected NioClientBoss
NioClientBossPool. newBoss(Executor executor)
Constructor parameters in org.jboss.netty.channel.socket.nio with type arguments of type NioClientBoss Constructor Description NioClientSocketChannelFactory(BossPool<NioClientBoss> bossPool, WorkerPool<NioWorker> workerPool)
Creates a new instance.
-