Class DelayedStanzaFilter
java.lang.Object
org.jivesoftware.smackx.delay.filter.DelayedStanzaFilter
- All Implemented Interfaces:
Predicate<org.jivesoftware.smack.packet.Stanza>,org.jivesoftware.smack.filter.StanzaFilter
public final class DelayedStanzaFilter
extends Object
implements org.jivesoftware.smack.filter.StanzaFilter
Filters stanza with delay information, i.e. stanzas that got delayed for some reason
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jivesoftware.smack.filter.StanzaFilterstatic final org.jivesoftware.smack.filter.StanzaFilterFilters stanzas that got not delayed, i.e. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.filter.StanzaFilter
asPredicate, test
-
Field Details
-
INSTANCE
public static final org.jivesoftware.smack.filter.StanzaFilter INSTANCE -
NOT_DELAYED_STANZA
public static final org.jivesoftware.smack.filter.StanzaFilter NOT_DELAYED_STANZAFilters stanzas that got not delayed, i.e. have no delayed information
-
-
Method Details
-
accept
public boolean accept(org.jivesoftware.smack.packet.Stanza packet) - Specified by:
acceptin interfaceorg.jivesoftware.smack.filter.StanzaFilter
-