Class XmppClientToServerTransport


  • public abstract class XmppClientToServerTransport
    extends java.lang.Object
    • Method Detail

      • resetDiscoveredConnectionEndpoints

        protected abstract void resetDiscoveredConnectionEndpoints()
      • hasUseableConnectionEndpoints

        public abstract boolean hasUseableConnectionEndpoints()
      • afterFiltersClosed

        protected abstract void afterFiltersClosed()
        Notify the transport that new outgoing data is available. Usually this method does not need to be called explicitly, only if the filters are modified so that they potentially produced new data.
      • disconnect

        protected abstract void disconnect()
        Called by the CloseConnection state.
      • notifyAboutNewOutgoingElements

        protected abstract void notifyAboutNewOutgoingElements()
      • getSslSession

        public abstract javax.net.ssl.SSLSession getSslSession()
      • isTransportSecured

        public boolean isTransportSecured()