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 void
authenticated(XMPPConnection connection, boolean resumed)
Notification that the connection has been authenticated.static JingleIBBTransportManager
getInstanceFor(XMPPConnection connection)
java.lang.String
getNamespace()
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 java.lang.String getNamespace()
- Specified by:
getNamespace
in classJingleTransportManager<JingleIBBTransport>
-
transportSession
public JingleTransportSession<JingleIBBTransport> transportSession(JingleSession jingleSession)
- Specified by:
transportSession
in classJingleTransportManager<JingleIBBTransport>
-
authenticated
public void authenticated(XMPPConnection connection, boolean resumed)
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.
-
-