Class JingleIBBTransportManager
java.lang.Object
org.jivesoftware.smackx.jingle.transports.JingleTransportManager<JingleIBBTransport>
org.jivesoftware.smackx.jingle.transports.jingle_ibb.JingleIBBTransportManager
- All Implemented Interfaces:
ConnectionListener
Manager for Jingle InBandBytestream transports (XEP-0261).
-
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticated
(XMPPConnection connection, boolean resumed) Notification that the connection has been authenticated.static JingleIBBTransportManager
getInstanceFor
(XMPPConnection connection) transportSession
(JingleSession jingleSession) Methods inherited from class org.jivesoftware.smackx.jingle.transports.JingleTransportManager
connected, connection, connectionClosed, connectionClosedOnError, getConnection
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.ConnectionListener
connecting
-
Method Details
-
getInstanceFor
-
getNamespace
- Specified by:
getNamespace
in classJingleTransportManager<JingleIBBTransport>
-
transportSession
- Specified by:
transportSession
in classJingleTransportManager<JingleIBBTransport>
-
authenticated
Description copied from interface:ConnectionListener
Notification that the connection has been authenticated.- Parameters:
connection
- the XMPPConnection which successfully authenticated.resumed
- true if a previous XMPP session's stream was resumed.
-