public class DelayedStanzaFilter extends Object implements StanzaFilter
| Modifier and Type | Field and Description |
|---|---|
static StanzaFilter |
INSTANCE |
static StanzaFilter |
NOT_DELAYED_STANZA
Filters stanzas that got not delayed, ie.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Stanza packet)
Tests whether or not the specified stanza should pass the filter.
|
public static final StanzaFilter INSTANCE
public static final StanzaFilter NOT_DELAYED_STANZA
public boolean accept(Stanza packet)
StanzaFilteraccept in interface StanzaFilterpacket - the stanza(/packet) to test.