Interface TransportListener

    • Method Detail

      • onCommand

        void onCommand​(Object command)
        called to process a command
        Parameters:
        command -
      • onException

        void onException​(IOException error)
        An unrecoverable exception has occured on the transport
        Parameters:
        error -
      • transportInterupted

        void transportInterupted()
        The transport has suffered an interuption from which it hopes to recover
      • transportResumed

        void transportResumed()
        The transport has resumed after an interuption