Uses of Interface
org.jboss.netty.channel.socket.nio.Boss
-
Packages that use Boss Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of Boss in org.jboss.netty.channel.socket.nio
Classes in org.jboss.netty.channel.socket.nio with type parameters of type Boss Modifier and Type Class Description class
AbstractNioBossPool<E extends Boss>
interface
BossPool<E extends Boss>
A Pool that holdsBoss
instancesClasses in org.jboss.netty.channel.socket.nio that implement Boss Modifier and Type Class Description class
NioClientBoss
Boss
implementation that handles the connection attempts of clientsclass
NioServerBoss
Boss implementation which handles accepting of new connectionsFields in org.jboss.netty.channel.socket.nio declared as Boss Modifier and Type Field Description (package private) Boss
NioServerSocketChannel. boss
private Boss[]
AbstractNioBossPool. bosses
Constructors in org.jboss.netty.channel.socket.nio with parameters of type Boss Constructor Description NioServerSocketChannel(ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink, Boss boss, WorkerPool<NioWorker> workerPool)
-