Class OnceForThisStanza
java.lang.Object
org.jivesoftware.smack.sm.predicates.tcp.OnceForThisStanza
- All Implemented Interfaces:
org.jivesoftware.smack.filter.StanzaFilter,org.jivesoftware.smack.util.Predicate<org.jivesoftware.smack.packet.Stanza>
public final class OnceForThisStanza
extends Object
implements org.jivesoftware.smack.filter.StanzaFilter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(org.jivesoftware.smack.packet.Stanza packet) static voidsetup(XMPPTCPConnection connection, org.jivesoftware.smack.packet.Stanza packet) 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
-
Method Details
-
setup
-
accept
public boolean accept(org.jivesoftware.smack.packet.Stanza packet) - Specified by:
acceptin interfaceorg.jivesoftware.smack.filter.StanzaFilter
-