Class JingleTransportManager<D extends JingleContentTransport>

  • Type Parameters:
    D - JingleContentTransport.
    All Implemented Interfaces:
    org.jivesoftware.smack.ConnectionListener
    Direct Known Subclasses:
    JingleIBBTransportManager, JingleS5BTransportManager

    public abstract class JingleTransportManager<D extends JingleContentTransport>
    extends java.lang.Object
    implements org.jivesoftware.smack.ConnectionListener
    Manager for a JingleTransport method.
    • Constructor Detail

      • JingleTransportManager

        public JingleTransportManager​(org.jivesoftware.smack.XMPPConnection connection)
    • Method Detail

      • getConnection

        public org.jivesoftware.smack.XMPPConnection getConnection()
      • getNamespace

        public abstract java.lang.String getNamespace()
      • connected

        public void connected​(org.jivesoftware.smack.XMPPConnection connection)
        Specified by:
        connected in interface org.jivesoftware.smack.ConnectionListener
      • connectionClosed

        public void connectionClosed()
        Specified by:
        connectionClosed in interface org.jivesoftware.smack.ConnectionListener
      • connectionClosedOnError

        public void connectionClosedOnError​(java.lang.Exception e)
        Specified by:
        connectionClosedOnError in interface org.jivesoftware.smack.ConnectionListener