public final class EmptyToMatcher extends java.lang.Object implements StanzaFilter
| Modifier and Type | Field and Description |
|---|---|
static EmptyToMatcher |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Stanza packet)
Tests whether or not the specified stanza should pass the filter.
|
java.lang.String |
toString() |
public static final EmptyToMatcher INSTANCE
public boolean accept(Stanza packet)
StanzaFilteraccept in interface StanzaFilterpacket - the stanza to test.public java.lang.String toString()
toString in class java.lang.Object