Uses of Class
org.jivesoftware.smackx.jingle.element.JingleContentTransportCandidate
-
Packages that use JingleContentTransportCandidate Package Description org.jivesoftware.smackx.jingle.element Stanzas and Extension Elements for XEP-0166: Jingle.org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements 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 JingleContentTransportCandidate Modifier and Type Field Description protected List<JingleContentTransportCandidate>
JingleContentTransport. candidates
Methods in org.jivesoftware.smackx.jingle.element that return types with arguments of type JingleContentTransportCandidate Modifier and Type Method Description List<JingleContentTransportCandidate>
JingleContentTransport. getCandidates()
List<JingleContentTransportCandidate>
UnknownJingleContentTransport. getCandidates()
Constructor parameters in org.jivesoftware.smackx.jingle.element with type arguments of type JingleContentTransportCandidate Constructor Description JingleContentTransport(List<JingleContentTransportCandidate> candidates)
JingleContentTransport(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.elements Modifier and Type Class Description class
JingleS5BTransportCandidate
TransportCandidate for Jingle Socks5Bytestream transports.Constructor parameters in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with type arguments of type JingleContentTransportCandidate Constructor Description JingleS5BTransport(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info, String streamId, String dstAddr, Bytestream.Mode mode)
-