Class JingleIBBTransportManager
java.lang.Object
org.jivesoftware.smackx.jingle.transports.JingleTransportManager<JingleIBBTransport>
org.jivesoftware.smackx.jingle.transports.jingle_ibb.JingleIBBTransportManager
- All Implemented Interfaces:
org.jivesoftware.smack.ConnectionListener
Manager for Jingle InBandBytestream transports (XEP-0261).
-
Method Summary
Modifier and TypeMethodDescriptionvoidauthenticated(org.jivesoftware.smack.XMPPConnection connection, boolean resumed) static JingleIBBTransportManagergetInstanceFor(org.jivesoftware.smack.XMPPConnection connection) transportSession(JingleSession jingleSession) Methods inherited from class org.jivesoftware.smackx.jingle.transports.JingleTransportManager
connected, connection, connectionClosed, connectionClosedOnError, getConnectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.ConnectionListener
connecting
-
Method Details
-
getInstanceFor
public static JingleIBBTransportManager getInstanceFor(org.jivesoftware.smack.XMPPConnection connection) -
getNamespace
- Specified by:
getNamespacein classJingleTransportManager<JingleIBBTransport>
-
transportSession
- Specified by:
transportSessionin classJingleTransportManager<JingleIBBTransport>
-
authenticated
public void authenticated(org.jivesoftware.smack.XMPPConnection connection, boolean resumed)
-