Uses of Class
org.jivesoftware.smackx.jingle.JingleSession
-
Packages that use JingleSession Package Description 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 JingleSession in org.jivesoftware.smackx.jingle.transports
Fields in org.jivesoftware.smackx.jingle.transports declared as JingleSession Modifier and Type Field Description protected JingleSession
JingleTransportSession. jingleSession
Methods in org.jivesoftware.smackx.jingle.transports with parameters of type JingleSession Modifier and Type Method Description abstract JingleTransportSession<D>
JingleTransportManager. transportSession(JingleSession jingleSession)
Constructors in org.jivesoftware.smackx.jingle.transports with parameters of type JingleSession Constructor Description JingleTransportSession(JingleSession session)
-
Uses of JingleSession in org.jivesoftware.smackx.jingle.transports.jingle_ibb
Methods in org.jivesoftware.smackx.jingle.transports.jingle_ibb with parameters of type JingleSession Modifier and Type Method Description JingleTransportSession<JingleIBBTransport>
JingleIBBTransportManager. transportSession(JingleSession jingleSession)
Constructors in org.jivesoftware.smackx.jingle.transports.jingle_ibb with parameters of type JingleSession Constructor Description JingleIBBTransportSession(JingleSession session)
-
Uses of JingleSession in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b with parameters of type JingleSession Modifier and Type Method Description JingleTransportSession<JingleS5BTransport>
JingleS5BTransportManager. transportSession(JingleSession jingleSession)
Constructors in org.jivesoftware.smackx.jingle.transports.jingle_s5b with parameters of type JingleSession Constructor Description JingleS5BTransportSession(JingleSession jingleSession)
-