public static class JingleTransport.RawUdp extends JingleTransport
| Modifier and Type | Class and Description |
|---|---|
static class |
JingleTransport.RawUdp.Candidate
Raw-udp transport candidate.
|
JingleTransport.Ice, JingleTransport.JingleTransportCandidate, JingleTransport.RawUdp| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE |
candidates, namespace, NODENAME| Constructor and Description |
|---|
JingleTransport.RawUdp() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCandidate(JingleTransport.JingleTransportCandidate candidate)
Add a transport candidate
|
java.util.List<JingleTransport.JingleTransportCandidate> |
getCandidatesList()
Get the list of candidates.
|
getCandidates, getCandidatesCount, getElementName, getNamespace, setNamespace, toXMLpublic static final java.lang.String NAMESPACE
public void addCandidate(JingleTransport.JingleTransportCandidate candidate)
addCandidate in class JingleTransportcandidate - the candidateJingleTransport.addCandidate(org.jivesoftware.smackx.jingle.packet.JingleTransport.JingleTransportCandidate)public java.util.List<JingleTransport.JingleTransportCandidate> getCandidatesList()
getCandidatesList in class JingleTransportJingleTransport.getCandidates()