Class AbstractXMPPConnection.InterceptorWrapper

    • Constructor Detail

      • 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.