Interface TransportResolverListener.Resolver

All Superinterfaces:
TransportResolverListener
Enclosing interface:
TransportResolverListener

public static interface TransportResolverListener.Resolver extends TransportResolverListener
Resolver listener.
  • Method Details

    • init

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

      void candidateAdded(TransportCandidate cand) throws org.jivesoftware.smack.SmackException.NotConnectedException, 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.
      InterruptedException - if the calling thread was interrupted.
    • end

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