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