Uses of Class
org.jivesoftware.smackx.jingleold.packet.JingleTransport.JingleTransportCandidate
Packages that use JingleTransport.JingleTransportCandidate
Package
Description
TODO describe me.
TODO describe me.
-
Uses of JingleTransport.JingleTransportCandidate in org.jivesoftware.smackx.jingleold.packet
Modifier and TypeClassDescriptionstatic class
static class
Raw-udp transport candidate.Fields in org.jivesoftware.smackx.jingleold.packet with type parameters of type JingleTransport.JingleTransportCandidateModifier and TypeFieldDescriptionprotected final List<JingleTransport.JingleTransportCandidate>
JingleTransport.candidates
Methods in org.jivesoftware.smackx.jingleold.packet that return types with arguments of type JingleTransport.JingleTransportCandidateModifier and TypeMethodDescriptionJingleTransport.getCandidates()
Get an iterator for the candidates.JingleTransport.getCandidatesList()
Get the list of candidates.JingleTransport.Ice.getCandidatesList()
Get the list of candidates.JingleTransport.RawUdp.getCandidatesList()
Get the list of candidates.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleTransport.JingleTransportCandidateModifier and TypeMethodDescriptionvoid
JingleTransport.addCandidate
(JingleTransport.JingleTransportCandidate candidate) Adds a transport candidate.void
JingleTransport.Ice.addCandidate
(JingleTransport.JingleTransportCandidate candidate) Add a transport candidate.void
JingleTransport.RawUdp.addCandidate
(JingleTransport.JingleTransportCandidate candidate) Add a transport candidate.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleTransport.JingleTransportCandidateModifierConstructorDescriptionUtility constructor, with a transport candidate element. -
Uses of JingleTransport.JingleTransportCandidate in org.jivesoftware.smackx.jingleold.provider
Methods in org.jivesoftware.smackx.jingleold.provider that return JingleTransport.JingleTransportCandidateModifier and TypeMethodDescriptionprotected JingleTransport.JingleTransportCandidate
JingleTransportProvider.Ice.parseCandidate
(XmlPullParser parser) Parse a iq/jingle/transport/candidate element.protected abstract JingleTransport.JingleTransportCandidate
JingleTransportProvider.parseCandidate
(XmlPullParser parser) protected JingleTransport.JingleTransportCandidate
JingleTransportProvider.RawUdp.parseCandidate
(XmlPullParser parser) Parse a iq/jingle/transport/candidate element.