Interface BossPool<E extends Boss>
-
- All Superinterfaces:
NioSelectorPool
- All Known Implementing Classes:
AbstractNioBossPool
,NioClientBossPool
,NioServerBossPool
public interface BossPool<E extends Boss> extends NioSelectorPool
A Pool that holdsBoss
instances
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
nextBoss()
Return the nextBoss
to use-
Methods inherited from interface org.jboss.netty.channel.socket.nio.NioSelectorPool
rebuildSelectors, shutdown
-
-