Uses of Interface
org.jivesoftware.smackx.jingle.element.JingleContentTransportInfo
-
Packages that use JingleContentTransportInfo 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 JingleContentTransportInfo in org.jivesoftware.smackx.jingle.element
Fields in org.jivesoftware.smackx.jingle.element declared as JingleContentTransportInfo Modifier and Type Field Description protected JingleContentTransportInfoJingleContentTransport. infoMethods in org.jivesoftware.smackx.jingle.element that return JingleContentTransportInfo Modifier and Type Method Description JingleContentTransportInfoJingleContentTransport. getInfo()JingleContentTransportInfoUnknownJingleContentTransport. getInfo()Constructors in org.jivesoftware.smackx.jingle.element with parameters of type JingleContentTransportInfo Constructor Description JingleContentTransport(java.util.List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info) -
Uses of JingleContentTransportInfo in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
Classes in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements that implement JingleContentTransportInfo Modifier and Type Class Description classJingleS5BTransportInfoClass representing possible SOCKS5 TransportInfo elements.static classJingleS5BTransportInfo.CandidateActivatedstatic classJingleS5BTransportInfo.CandidateErrorstatic classJingleS5BTransportInfo.CandidateUsedstatic classJingleS5BTransportInfo.JingleS5BCandidateTransportInfostatic classJingleS5BTransportInfo.ProxyErrorMethods in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with parameters of type JingleContentTransportInfo Modifier and Type Method Description JingleS5BTransport.BuilderJingleS5BTransport.Builder. setTransportInfo(JingleContentTransportInfo info)Constructors in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements with parameters of type JingleContentTransportInfo Constructor Description JingleS5BTransport(java.util.List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info, java.lang.String streamId, java.lang.String dstAddr, Bytestream.Mode mode)
-