Class JingleTransport.Ice
java.lang.Object
org.jivesoftware.smackx.jingleold.packet.JingleTransport
org.jivesoftware.smackx.jingleold.packet.JingleTransport.Ice
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
- Enclosing class:
- JingleTransport
RTP-ICE profile.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingleold.packet.JingleTransport
JingleTransport.Ice, JingleTransport.JingleTransportCandidate, JingleTransport.RawUdp
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.jingleold.packet.JingleTransport
candidates, namespace, NODENAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a transport candidate.Get the list of candidates.Methods inherited from class org.jivesoftware.smackx.jingleold.packet.JingleTransport
getCandidates, getCandidatesCount, getElementName, getNamespace, setNamespace, toXML
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
Ice
public Ice()
-
-
Method Details
-
addCandidate
Add a transport candidate.- Overrides:
addCandidate
in classJingleTransport
- Parameters:
candidate
- the candidate- See Also:
-
getCandidatesList
Get the list of candidates. As a "raw-udp" transport can only contain one candidate, we use the first in the list...- Overrides:
getCandidatesList
in classJingleTransport
- Returns:
- The candidates list.
- See Also:
-