Interface TransportResolverListener.Resolver

    • Method Detail

      • init

        void init()
        The resolution process has been started.
      • candidateAdded

        void candidateAdded​(TransportCandidate cand)
                     throws org.jivesoftware.smack.SmackException.NotConnectedException,
                            java.lang.InterruptedException
        A transport candidate has been added.
        Parameters:
        cand - The transport candidate.
        Throws:
        org.jivesoftware.smack.SmackException.NotConnectedException - if the XMPP connection is not connected.
        java.lang.InterruptedException - if the calling thread was interrupted.
      • end

        void end()
        All the transport candidates have been obtained.