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 TypeMethodDescriptionvoidauthenticated(XMPPConnection connection, boolean resumed) Notification that the connection has been authenticated.static JingleIBBTransportManagergetInstanceFor(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
 - 
getNamespace
- Specified by:
 getNamespacein classJingleTransportManager<JingleIBBTransport>
 - 
transportSession
- Specified by:
 transportSessionin classJingleTransportManager<JingleIBBTransport>
 - 
authenticated
Description copied from interface:ConnectionListenerNotification that the connection has been authenticated.- Parameters:
 connection- the XMPPConnection which successfully authenticated.resumed- true if a previous XMPP session's stream was resumed.
 
 -