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 voidrebuildSelectors()voidshutdown()Shutdown theNioSelectorPooland all internal created resources
-
-
-
Method Detail
-
rebuildSelectors
void rebuildSelectors()
-
shutdown
void shutdown()
Shutdown theNioSelectorPooland all internal created resources
-
-