Uses of Class
org.jivesoftware.smackx.jingle.transports.JingleTransportManager
Packages that use JingleTransportManager
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 JingleTransportManager in org.jivesoftware.smackx.jingle
Methods in org.jivesoftware.smackx.jingle that return JingleTransportManagerModifier and TypeMethodDescriptionJingleTransportMethodManager.getBestAvailableTransportManager()JingleTransportMethodManager.getBestAvailableTransportManager(Set<String> except) static JingleTransportManager<?>JingleTransportMethodManager.getBestAvailableTransportManager(XMPPConnection connection) JingleTransportMethodManager.getTransportManager(String namespace) static JingleTransportManager<?>JingleTransportMethodManager.getTransportManager(XMPPConnection connection, String namespace) static JingleTransportManager<?>JingleTransportMethodManager.getTransportManager(XMPPConnection connection, Jingle request) JingleTransportMethodManager.getTransportManager(Jingle request) Methods in org.jivesoftware.smackx.jingle with parameters of type JingleTransportManagerModifier and TypeMethodDescriptionvoidJingleTransportMethodManager.registerTransportManager(JingleTransportManager<?> manager)  - 
Uses of JingleTransportManager in org.jivesoftware.smackx.jingle.transports
Methods in org.jivesoftware.smackx.jingle.transports that return JingleTransportManagerModifier and TypeMethodDescriptionabstract JingleTransportManager<T>JingleTransportSession.transportManager() - 
Uses of JingleTransportManager in org.jivesoftware.smackx.jingle.transports.jingle_ibb
Modifier and TypeClassDescriptionfinal classManager for Jingle InBandBytestream transports (XEP-0261).Methods in org.jivesoftware.smackx.jingle.transports.jingle_ibb that return JingleTransportManager - 
Uses of JingleTransportManager in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Modifier and TypeClassDescriptionfinal classManager for Jingle SOCKS5 Bytestream transports (XEP-0261).