Uses of Interface
org.jboss.netty.channel.socket.nio.Boss
Packages that use Boss
Package
Description
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 BossModifier and TypeClassDescriptionclassAbstractNioBossPool<E extends Boss>interfaceA Pool that holdsBossinstancesClasses in org.jboss.netty.channel.socket.nio that implement BossModifier and TypeClassDescriptionfinal classBossimplementation that handles the connection attempts of clientsfinal classBoss implementation which handles accepting of new connectionsFields in org.jboss.netty.channel.socket.nio declared as BossModifier and TypeFieldDescription(package private) final BossNioServerSocketChannel.bossprivate final Boss[]AbstractNioBossPool.bossesConstructors in org.jboss.netty.channel.socket.nio with parameters of type BossModifierConstructorDescription(package private)NioServerSocketChannel(ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink, Boss boss, WorkerPool<NioWorker> workerPool)