Uses of Class
org.jivesoftware.smackx.jingle.transports.JingleTransportSession
-
Packages that use JingleTransportSession Package Description org.jivesoftware.smackx.jingle Smack's API for XEP-0166: Jingle.org.jivesoftware.smackx.jingle.transports Smack's API for XEP-0261: Jingle In-Band Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_ibb Smack's API for XEP-0261: Jingle In-Band Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_s5b Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams. -
-
Uses of JingleTransportSession in org.jivesoftware.smackx.jingle
Fields in org.jivesoftware.smackx.jingle declared as JingleTransportSession Modifier and Type Field Description protected JingleTransportSession<?>
JingleSession. transportSession
Methods in org.jivesoftware.smackx.jingle that return JingleTransportSession Modifier and Type Method Description JingleTransportSession<?>
JingleSession. getTransportSession()
Methods in org.jivesoftware.smackx.jingle with parameters of type JingleTransportSession Modifier and Type Method Description protected void
JingleSession. setTransportSession(JingleTransportSession<?> transportSession)
-
Uses of JingleTransportSession in org.jivesoftware.smackx.jingle.transports
Methods in org.jivesoftware.smackx.jingle.transports that return JingleTransportSession Modifier and Type Method Description abstract JingleTransportSession<D>
JingleTransportManager. transportSession(JingleSession jingleSession)
-
Uses of JingleTransportSession in org.jivesoftware.smackx.jingle.transports.jingle_ibb
Subclasses of JingleTransportSession in org.jivesoftware.smackx.jingle.transports.jingle_ibb Modifier and Type Class Description class
JingleIBBTransportSession
Methods in org.jivesoftware.smackx.jingle.transports.jingle_ibb that return JingleTransportSession Modifier and Type Method Description JingleTransportSession<JingleIBBTransport>
JingleIBBTransportManager. transportSession(JingleSession jingleSession)
-
Uses of JingleTransportSession in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Subclasses of JingleTransportSession in org.jivesoftware.smackx.jingle.transports.jingle_s5b Modifier and Type Class Description class
JingleS5BTransportSession
Handler that handles Jingle Socks5Bytestream transports (XEP-0260).Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b that return JingleTransportSession Modifier and Type Method Description JingleTransportSession<JingleS5BTransport>
JingleS5BTransportManager. transportSession(JingleSession jingleSession)
-