Uses of Class
org.jboss.netty.channel.socket.nio.NioServerBoss
-
Packages that use NioServerBoss Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of NioServerBoss in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio with type parameters of type NioServerBoss Modifier and Type Field Description private BossPool<NioServerBoss>
NioServerSocketChannelFactory. bossPool
Methods in org.jboss.netty.channel.socket.nio that return NioServerBoss Modifier and Type Method Description protected NioServerBoss
NioServerBossPool. newBoss(java.util.concurrent.Executor executor)
Constructor parameters in org.jboss.netty.channel.socket.nio with type arguments of type NioServerBoss Constructor Description NioServerSocketChannelFactory(BossPool<NioServerBoss> bossPool, WorkerPool<NioWorker> workerPool)
Create a new instance.
-