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