Uses of Interface
org.jivesoftware.smackx.jingle.element.JingleContentTransportInfo
Package
Description
Stanzas and Extension Elements for XEP-0166: Jingle.
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
-
Uses of JingleContentTransportInfo in org.jivesoftware.smackx.jingle.element
Modifier and TypeFieldDescriptionprotected final JingleContentTransportInfo
JingleContentTransport.info
Modifier and TypeMethodDescriptionJingleContentTransport.getInfo()
UnknownJingleContentTransport.getInfo()
ModifierConstructorDescriptionprotected
JingleContentTransport
(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info) -
Uses of JingleContentTransportInfo in org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements
Modifier and TypeClassDescriptionclass
Class representing possible SOCKS5 TransportInfo elements.static final class
static final class
static final class
static class
static final class
Modifier and TypeMethodDescriptionJingleS5BTransport.Builder.setTransportInfo
(JingleContentTransportInfo info) ModifierConstructorDescriptionprotected
JingleS5BTransport
(List<JingleContentTransportCandidate> candidates, JingleContentTransportInfo info, String streamId, String dstAddr, Bytestream.Mode mode)