public abstract class JingleContentTransport
extends java.lang.Object
implements org.jivesoftware.smack.packet.ExtensionElement
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JingleContentTransportCandidate> |
candidates |
static java.lang.String |
ELEMENT |
protected JingleContentTransportInfo |
info |
Modifier | Constructor and Description |
---|---|
protected |
JingleContentTransport(java.util.List<JingleContentTransportCandidate> candidates) |
protected |
JingleContentTransport(java.util.List<JingleContentTransportCandidate> candidates,
JingleContentTransportInfo info) |
Modifier and Type | Method and Description |
---|---|
protected void |
addExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml) |
java.util.List<JingleContentTransportCandidate> |
getCandidates() |
java.lang.String |
getElementName() |
JingleContentTransportInfo |
getInfo() |
org.jivesoftware.smack.util.XmlStringBuilder |
toXML(java.lang.String enclosingNamespace) |
public static final java.lang.String ELEMENT
protected final java.util.List<JingleContentTransportCandidate> candidates
protected final JingleContentTransportInfo info
protected JingleContentTransport(java.util.List<JingleContentTransportCandidate> candidates)
protected JingleContentTransport(java.util.List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info)
public java.util.List<JingleContentTransportCandidate> getCandidates()
public JingleContentTransportInfo getInfo()
public java.lang.String getElementName()
getElementName
in interface org.jivesoftware.smack.packet.NamedElement
protected void addExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml)
public org.jivesoftware.smack.util.XmlStringBuilder toXML(java.lang.String enclosingNamespace)
toXML
in interface org.jivesoftware.smack.packet.Element