Class AbstractJidTypeFilter
java.lang.Object
org.jivesoftware.smack.filter.jidtype.AbstractJidTypeFilter
- All Implemented Interfaces:
Predicate<Stanza>
,StanzaFilter
- Direct Known Subclasses:
FromJidTypeFilter
Base class for XMPP address type filters.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.filter.StanzaFilter
asPredicate, test
-
Constructor Details
-
AbstractJidTypeFilter
-
-
Method Details
-
accept
Description copied from interface:StanzaFilter
Tests whether or not the specified stanza should pass the filter.- Specified by:
accept
in interfaceStanzaFilter
- Parameters:
stanza
- the stanza to test.- Returns:
- true if and only if
stanza
passes the filter.
-
getJidToMatchFrom
-
toString
-