Uses of Class
org.jboss.netty.channel.socket.nio.AbstractNioBossPool
-
Packages that use AbstractNioBossPool Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of AbstractNioBossPool in org.jboss.netty.channel.socket.nio
Subclasses of AbstractNioBossPool in org.jboss.netty.channel.socket.nio Modifier and Type Class Description class
NioClientBossPool
HoldsNioClientBoss
instances to useclass
NioServerBossPool
HoldsNioServerBoss
instances to use
-