Uses of Class
org.jivesoftware.smackx.jingle.element.JingleContentTransportCandidate
Packages that use JingleContentTransportCandidate
Package
Description
Stanzas and Extension Elements for XEP-0166: Jingle.
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
- 
Uses of JingleContentTransportCandidate in org.jivesoftware.smackx.jingle.element
Fields in org.jivesoftware.smackx.jingle.element with type parameters of type JingleContentTransportCandidateModifier and TypeFieldDescriptionprotected final List<JingleContentTransportCandidate>JingleContentTransport.candidatesMethods in org.jivesoftware.smackx.jingle.element that return types with arguments of type JingleContentTransportCandidateModifier and TypeMethodDescriptionJingleContentTransport.getCandidates()UnknownJingleContentTransport.getCandidates()Constructor parameters in org.jivesoftware.smackx.jingle.element with type arguments of type JingleContentTransportCandidateModifierConstructorDescriptionprotectedJingleContentTransport(List<JingleContentTransportCandidate> candidates) protectedJingleContentTransport(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info)  - 
Uses of JingleContentTransportCandidate in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
Subclasses of JingleContentTransportCandidate in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elementsModifier and TypeClassDescriptionfinal classTransportCandidate for Jingle Socks5Bytestream transports.Constructor parameters in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with type arguments of type JingleContentTransportCandidateModifierConstructorDescriptionprotectedJingleS5BTransport(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info, String streamId, String dstAddr, Bytestream.Mode mode)