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 Type
    Method
    Description
    void
    Replaces the current Selectors of the Bosses with new Selectors to work around the infamous epoll 100% CPU bug.
    void
    Shutdown the NioSelectorPool and all internal created resources
  • Method Details

    • rebuildSelectors

      void rebuildSelectors()
      Replaces the current Selectors of the Bosses with new Selectors to work around the infamous epoll 100% CPU bug.
    • shutdown

      void shutdown()
      Shutdown the NioSelectorPool and all internal created resources