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
Modifier and TypeMethodDescriptionvoidvoidshutdown()Shutdown theNioSelectorPooland all internal created resources
-
Method Details
-
rebuildSelectors
void rebuildSelectors() -
shutdown
void shutdown()Shutdown theNioSelectorPooland all internal created resources
-