Class JingleIBBTransportManager
- java.lang.Object
-
- org.jivesoftware.smackx.jingle.transports.JingleTransportManager<JingleIBBTransport>
-
- org.jivesoftware.smackx.jingle.transports.jingle_ibb.JingleIBBTransportManager
-
- All Implemented Interfaces:
ConnectionListener
public final class JingleIBBTransportManager extends JingleTransportManager<JingleIBBTransport>
Manager for Jingle InBandBytestream transports (XEP-0261).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthenticated(XMPPConnection connection, boolean resumed)Notification that the connection has been authenticated.static JingleIBBTransportManagergetInstanceFor(XMPPConnection connection)StringgetNamespace()JingleTransportSession<JingleIBBTransport>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 Detail
-
getInstanceFor
public static JingleIBBTransportManager getInstanceFor(XMPPConnection connection)
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein classJingleTransportManager<JingleIBBTransport>
-
transportSession
public JingleTransportSession<JingleIBBTransport> transportSession(JingleSession jingleSession)
- Specified by:
transportSessionin classJingleTransportManager<JingleIBBTransport>
-
authenticated
public void authenticated(XMPPConnection connection, boolean resumed)
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.
-
-