D - JingleContentTransport.public abstract class JingleTransportManager<D extends JingleContentTransport>
extends java.lang.Object
implements org.jivesoftware.smack.ConnectionListener
| Constructor and Description |
|---|
JingleTransportManager(org.jivesoftware.smack.XMPPConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
connected(org.jivesoftware.smack.XMPPConnection connection) |
void |
connectionClosed() |
void |
connectionClosedOnError(java.lang.Exception e) |
org.jivesoftware.smack.XMPPConnection |
getConnection() |
abstract java.lang.String |
getNamespace() |
void |
reconnectingIn(int seconds) |
void |
reconnectionFailed(java.lang.Exception e) |
void |
reconnectionSuccessful() |
abstract JingleTransportSession<D> |
transportSession(JingleSession jingleSession) |
public JingleTransportManager(org.jivesoftware.smack.XMPPConnection connection)
public org.jivesoftware.smack.XMPPConnection getConnection()
public abstract java.lang.String getNamespace()
public abstract JingleTransportSession<D> transportSession(JingleSession jingleSession)
public void connected(org.jivesoftware.smack.XMPPConnection connection)
connected in interface org.jivesoftware.smack.ConnectionListenerpublic void connectionClosed()
connectionClosed in interface org.jivesoftware.smack.ConnectionListenerpublic void connectionClosedOnError(java.lang.Exception e)
connectionClosedOnError in interface org.jivesoftware.smack.ConnectionListenerpublic void reconnectionSuccessful()
reconnectionSuccessful in interface org.jivesoftware.smack.ConnectionListenerpublic void reconnectingIn(int seconds)
reconnectingIn in interface org.jivesoftware.smack.ConnectionListenerpublic void reconnectionFailed(java.lang.Exception e)
reconnectionFailed in interface org.jivesoftware.smack.ConnectionListener