Class JingleTransportManager<D extends JingleContentTransport>
java.lang.Object
org.jivesoftware.smackx.jingle.transports.JingleTransportManager<D>
- Type Parameters:
D- JingleContentTransport.
- All Implemented Interfaces:
org.jivesoftware.smack.ConnectionListener
- Direct Known Subclasses:
JingleIBBTransportManager,JingleS5BTransportManager
public abstract class JingleTransportManager<D extends JingleContentTransport>
extends Object
implements org.jivesoftware.smack.ConnectionListener
Manager for a JingleTransport method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconnected(org.jivesoftware.smack.XMPPConnection connection) org.jivesoftware.smack.XMPPConnectionvoidvoidorg.jivesoftware.smack.XMPPConnectionabstract Stringabstract JingleTransportSession<D>transportSession(JingleSession jingleSession) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.ConnectionListener
authenticated, connecting
-
Constructor Details
-
JingleTransportManager
public JingleTransportManager(org.jivesoftware.smack.XMPPConnection connection)
-
-
Method Details
-
getConnection
public org.jivesoftware.smack.XMPPConnection getConnection() -
connection
public org.jivesoftware.smack.XMPPConnection connection() -
getNamespace
-
transportSession
-
connected
public void connected(org.jivesoftware.smack.XMPPConnection connection) - Specified by:
connectedin interfaceorg.jivesoftware.smack.ConnectionListener
-
connectionClosed
public void connectionClosed()- Specified by:
connectionClosedin interfaceorg.jivesoftware.smack.ConnectionListener
-
connectionClosedOnError
- Specified by:
connectionClosedOnErrorin interfaceorg.jivesoftware.smack.ConnectionListener
-