Uses of Class
org.jivesoftware.smackx.jingle.transports.JingleTransportSession
Packages that use JingleTransportSession
Package
Description
Smack's API for XEP-0166: Jingle.
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
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 JingleTransportSessionModifier and TypeFieldDescriptionprotected JingleTransportSession<?>JingleSession.transportSessionMethods in org.jivesoftware.smackx.jingle that return JingleTransportSessionMethods in org.jivesoftware.smackx.jingle with parameters of type JingleTransportSessionModifier and TypeMethodDescriptionprotected voidJingleSession.setTransportSession(JingleTransportSession<?> transportSession)  - 
Uses of JingleTransportSession in org.jivesoftware.smackx.jingle.transports
Methods in org.jivesoftware.smackx.jingle.transports that return JingleTransportSessionModifier and TypeMethodDescriptionabstract JingleTransportSession<D>JingleTransportManager.transportSession(JingleSession jingleSession)  - 
Uses of JingleTransportSession in org.jivesoftware.smackx.jingle.transports.jingle_ibb
Methods in org.jivesoftware.smackx.jingle.transports.jingle_ibb that return JingleTransportSessionModifier and TypeMethodDescriptionJingleIBBTransportManager.transportSession(JingleSession jingleSession)  - 
Uses of JingleTransportSession in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Modifier and TypeClassDescriptionclassHandler that handles Jingle Socks5Bytestream transports (XEP-0260).Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b that return JingleTransportSessionModifier and TypeMethodDescriptionJingleS5BTransportManager.transportSession(JingleSession jingleSession)