Class JingleTransport.RawUdp
java.lang.Object
org.jivesoftware.smackx.jingleold.packet.JingleTransport
org.jivesoftware.smackx.jingleold.packet.JingleTransport.RawUdp
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
- Enclosing class:
JingleTransport
Raw UDP profile.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRaw-udp transport candidate.Nested 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.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
RawUdp
public RawUdp()
-
-
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:
-