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 ClassesNested classes/interfaces inherited from class org.jivesoftware.smackx.jingleold.packet.JingleTransport
JingleTransport.Ice, JingleTransport.JingleTransportCandidate, JingleTransport.RawUdp -
Field Summary
FieldsFields inherited from class org.jivesoftware.smackx.jingleold.packet.JingleTransport
candidates, namespace, NODENAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a transport candidate.Get the list of candidates.Methods inherited from class org.jivesoftware.smackx.jingleold.packet.JingleTransport
getCandidates, getCandidatesCount, getElementName, getNamespace, setNamespace, toXMLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
addCandidatein 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:
getCandidatesListin classJingleTransport- Returns:
- The candidates list.
- See Also:
-