Interface NioSelector

All Superinterfaces:
Runnable
All Known Subinterfaces:
Boss
All Known Implementing Classes:
AbstractNioSelector, AbstractNioWorker, NioClientBoss, NioDatagramWorker, NioServerBoss, NioWorker

public interface NioSelector extends Runnable
  • Method Details

    • register

      void register(Channel channel, ChannelFuture future)
    • rebuildSelector

      void rebuildSelector()
      Replaces the current Selector with a new Selector to work around the infamous epoll 100% CPU bug.
    • shutdown

      void shutdown()