Uses of Class
org.jivesoftware.smackx.jingle.element.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
Modifier and TypeFieldDescriptionprotected final List<JingleContentTransportCandidate>
JingleContentTransport.candidates
Modifier and TypeMethodDescriptionJingleContentTransport.getCandidates()
UnknownJingleContentTransport.getCandidates()
ModifierConstructorDescriptionprotected
JingleContentTransport
(List<JingleContentTransportCandidate> candidates) protected
JingleContentTransport
(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info) -
Uses of JingleContentTransportCandidate in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
Modifier and TypeClassDescriptionfinal class
TransportCandidate for Jingle Socks5Bytestream transports.ModifierConstructorDescriptionprotected
JingleS5BTransport
(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info, String streamId, String dstAddr, Bytestream.Mode mode)