Interface TaskScheduler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(Connection con)
      Determine whether this scheduler is fit to operate against the given connection
      void eventOccurred​(Connection con)
      An event has occurred (timeout, message sent, or message received), so schedule what to do next based on our current state.
    • Method Detail

      • eventOccurred

        void eventOccurred​(Connection con)
        An event has occurred (timeout, message sent, or message received), so schedule what to do next based on our current state.
      • accept

        boolean accept​(Connection con)
        Determine whether this scheduler is fit to operate against the given connection