Class JingleTransportMethodManager
java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smackx.jingle.JingleTransportMethodManager
Manager where TransportMethods are registered.
-
Nested Class Summary
Nested classes/interfaces inherited from class Manager
Manager.WithConnection -
Method Summary
Modifier and TypeMethodDescriptiongetBestAvailableTransportManager(Set<String> except) static JingleTransportManager<?> getBestAvailableTransportManager(XMPPConnection connection) static JingleTransportMethodManagergetInstanceFor(XMPPConnection connection) getTransportManager(String namespace) static JingleTransportManager<?> getTransportManager(XMPPConnection connection, String namespace) static JingleTransportManager<?> getTransportManager(XMPPConnection connection, Jingle request) getTransportManager(Jingle request) voidregisterTransportManager(JingleTransportManager<?> manager) Methods inherited from class Manager
connection, getAuthenticatedConnectionOrThrow, ignoreDisconnected, schedule, schedule, scheduleBlocking
-
Method Details
-
getInstanceFor
-
registerTransportManager
-
getTransportManager
public static JingleTransportManager<?> getTransportManager(XMPPConnection connection, String namespace) -
getTransportManager
-
getTransportManager
public static JingleTransportManager<?> getTransportManager(XMPPConnection connection, Jingle request) -
getTransportManager
-
getBestAvailableTransportManager
-
getBestAvailableTransportManager
-
getBestAvailableTransportManager
-