Class SelectorManager

java.lang.Object
org.apache.activemq.transport.nio.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.
  • Field Details

  • Constructor Details

    • SelectorManager

      public SelectorManager()
  • Method Details