Class SelectorManager


  • public final class SelectorManager
    extends Object
    The SelectorManager will manage one Selector and the thread that checks the selector. We may need to consider running more than one thread to check the selector if servicing the selector takes too long.
    • Constructor Detail

      • SelectorManager

        public SelectorManager()