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. transportSessionMethods 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 voidJingleSession. 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 classJingleIBBTransportSessionMethods 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 classJingleS5BTransportSessionHandler 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)
-