Uses of Class
org.jivesoftware.smackx.packet.JingleTransport.JingleTransportCandidate

Packages that use JingleTransport.JingleTransportCandidate
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of JingleTransport.JingleTransportCandidate in org.jivesoftware.smackx.packet
 

Subclasses of JingleTransport.JingleTransportCandidate in org.jivesoftware.smackx.packet
static class JingleTransport.Ice.Candidate
           
static class JingleTransport.RawUdp.Candidate
          Raw-udp transport candidate.
 

Methods in org.jivesoftware.smackx.packet that return types with arguments of type JingleTransport.JingleTransportCandidate
 java.util.List<JingleTransport.JingleTransportCandidate> JingleTransport.getCandidatesList()
          Get the list of candidates.
 java.util.List<JingleTransport.JingleTransportCandidate> JingleTransport.Ice.getCandidatesList()
          Get the list of candidates.
 java.util.List<JingleTransport.JingleTransportCandidate> JingleTransport.RawUdp.getCandidatesList()
          Get the list of candidates.
 

Methods in org.jivesoftware.smackx.packet with parameters of type JingleTransport.JingleTransportCandidate
 void JingleTransport.addCandidate(JingleTransport.JingleTransportCandidate candidate)
          Adds a transport candidate.
 void JingleTransport.Ice.addCandidate(JingleTransport.JingleTransportCandidate candidate)
          Add a transport candidate
 void JingleTransport.RawUdp.addCandidate(JingleTransport.JingleTransportCandidate candidate)
          Add a transport candidate
 

Constructors in org.jivesoftware.smackx.packet with parameters of type JingleTransport.JingleTransportCandidate
JingleTransport(JingleTransport.JingleTransportCandidate candidate)
          Utility constructor, with a transport candidate element.