Class OnceForThisStanza

  • All Implemented Interfaces:
    org.jivesoftware.smack.filter.StanzaFilter, org.jivesoftware.smack.util.Predicate<org.jivesoftware.smack.packet.Stanza>

    public final class OnceForThisStanza
    extends java.lang.Object
    implements org.jivesoftware.smack.filter.StanzaFilter
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(org.jivesoftware.smack.packet.Stanza packet)  
      static void setup​(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, wait
      • Methods inherited from interface org.jivesoftware.smack.filter.StanzaFilter

        asPredicate, test
    • Method Detail

      • setup

        public static void setup​(XMPPTCPConnection connection,
                                 org.jivesoftware.smack.packet.Stanza packet)
      • accept

        public boolean accept​(org.jivesoftware.smack.packet.Stanza packet)
        Specified by:
        accept in interface org.jivesoftware.smack.filter.StanzaFilter