Interface AbstractServerTransport.Scheduler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancel()
      Invoked when the transport wants to cancel scheduled operations that will trigger when the /meta/connect timeout fires.
      void destroy()
      Invoked when the transport wants to abort communication.
      void schedule()
      Invoked when the transport wants to send queued messages, and possibly a /meta/connect reply.
    • Method Detail

      • schedule

        void schedule()
        Invoked when the transport wants to send queued messages, and possibly a /meta/connect reply.
      • cancel

        void cancel()
        Invoked when the transport wants to cancel scheduled operations that will trigger when the /meta/connect timeout fires.
      • destroy

        void destroy()
        Invoked when the transport wants to abort communication.