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
public abstract class AbstractJidTypeFilter extends java.lang.Object implements StanzaFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
AbstractJidTypeFilter.JidType
-
Field Summary
Fields Modifier and Type Field Description protected AbstractJidTypeFilter.JidType
jidType
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractJidTypeFilter(AbstractJidTypeFilter.JidType jidType)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract Jid
getJidToInspect(Stanza stanza)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.filter.StanzaFilter
accept, asPredicate, test
-
-
-
-
Field Detail
-
jidType
protected final AbstractJidTypeFilter.JidType jidType
-
-
Constructor Detail
-
AbstractJidTypeFilter
protected AbstractJidTypeFilter(AbstractJidTypeFilter.JidType jidType)
-
-
Method Detail
-
getJidToInspect
protected abstract Jid getJidToInspect(Stanza stanza)
-
-