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