Interface SelectorThreadImpl


public interface SelectorThreadImpl
Each SelectorThread requires an implementation of this interface to pass selection events.
  • Method Details

    • processSelectionKey

      void processSelectionKey(SelectionKey key, SelectorThread thread)
      Process a selection key.
      Parameters:
      key - SelectionKey
    • getName

      String getName()
      Get the name of the implementation.
      Returns:
      String