Class AbstractExactJidTypeFilter

java.lang.Object
org.jivesoftware.smack.filter.AbstractJidTypeFilter
org.jivesoftware.smack.filter.AbstractExactJidTypeFilter
All Implemented Interfaces:
Predicate<Stanza>, StanzaFilter
Direct Known Subclasses:
FromTypeFilter, ToTypeFilter

  • Constructor Details

  • Method Details

    • accept

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