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
Methods in org.jboss.netty.channel.socket.nio that return NioServerBoss Modifier and Type Method Description protected NioServerBoss
NioServerBossPool. newBoss(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.
-