Interface ITransport

    • Field Detail

      • TAG

        static final java.lang.String TAG
    • Method Detail

      • connect

        void connect​(ITransport.ConnectListener connectListener)
        Initiate a connection attempt; the transport will be activated, and attempt to remain connected, until disconnect() is called.
        Throws:
        AblyException
      • close

        void close()
        Close this transport.
      • getURL

        java.lang.String getURL()
        Get connection URL
        Returns:
      • getHost

        java.lang.String getHost()