public abstract class AbstractPossibleJidTypeFilter extends AbstractJidTypeFilter
AbstractJidTypeFilter.JidType
jidType
Modifier | Constructor and Description |
---|---|
protected |
AbstractPossibleJidTypeFilter(AbstractJidTypeFilter.JidType jidType) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Stanza stanza)
Tests whether or not the specified stanza should pass the filter.
|
getJidToInspect
protected AbstractPossibleJidTypeFilter(AbstractJidTypeFilter.JidType jidType)
public final boolean accept(Stanza stanza)
StanzaFilter
stanza
- the stanza to test.