Interface NioSelectorPool
-
- All Known Subinterfaces:
BossPool<E>
,WorkerPool<E>
- All Known Implementing Classes:
AbstractNioBossPool
,AbstractNioWorkerPool
,NioClientBossPool
,NioDatagramWorkerPool
,NioServerBossPool
,NioWorkerPool
,ShareableWorkerPool
public interface NioSelectorPool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
rebuildSelectors()
void
shutdown()
Shutdown theNioSelectorPool
and all internal created resources
-
-
-
Method Detail
-
rebuildSelectors
void rebuildSelectors()
-
shutdown
void shutdown()
Shutdown theNioSelectorPool
and all internal created resources
-
-