Package org.jivesoftware.smack
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 Summary
ConstructorDescriptionInterceptorWrapper
(StanzaListener packetInterceptor, StanzaFilter packetFilter) Deprecated.Create a class which associates a stanza filter with an interceptor. -
Method Summary
-
Constructor Details
-
InterceptorWrapper
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
-
filterMatches
Deprecated. -
getInterceptor
Deprecated.
-