Class AbstractXMPPConnection.InterceptorWrapper

java.lang.Object
org.jivesoftware.smack.AbstractXMPPConnection.InterceptorWrapper
Enclosing class:
AbstractXMPPConnection

Deprecated.
A wrapper class to associate a stanza filter with an interceptor.
  • Constructor Details

    • InterceptorWrapper

      public InterceptorWrapper(StanzaListener packetInterceptor, StanzaFilter packetFilter)
      Deprecated.
      Create a class which associates a stanza filter with an interceptor.
      Parameters:
      packetInterceptor - the interceptor.
      packetFilter - the associated filter or null if it intercepts all packets.
  • Method Details