Package org.jivesoftware.smack.filter
Class AbstractJidTypeFilter
java.lang.Object
org.jivesoftware.smack.filter.AbstractJidTypeFilter
- All Implemented Interfaces:
StanzaFilter,Predicate<Stanza>
- Direct Known Subclasses:
AbstractExactJidTypeFilter,AbstractPossibleJidTypeFilter
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.jxmpp.jid.JidgetJidToInspect(Stanza stanza) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.filter.StanzaFilter
accept, asPredicate, test
-
Field Details
-
jidType
-
-
Constructor Details
-
AbstractJidTypeFilter
-
-
Method Details
-
getJidToInspect
-