Class OnceForThisStanza

java.lang.Object
org.jivesoftware.smack.sm.predicates.tcp.OnceForThisStanza
All Implemented Interfaces:
Predicate<Stanza>, StanzaFilter

public final class OnceForThisStanza extends Object implements StanzaFilter
  • Method Details

    • setup

      public static void setup(XMPPTCPConnection connection, Stanza packet)
    • accept

      public boolean accept(Stanza packet)
      Description copied from interface: StanzaFilter
      Tests whether or not the specified stanza should pass the filter.
      Specified by:
      accept in interface StanzaFilter
      Parameters:
      packet - the stanza to test.
      Returns:
      true if and only if stanza passes the filter.