Class MamResultFilter

java.lang.Object
org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter<org.jivesoftware.smack.packet.Message>
org.jivesoftware.smackx.mam.filter.MamResultFilter
All Implemented Interfaces:
Predicate<org.jivesoftware.smack.packet.Stanza>, org.jivesoftware.smack.filter.StanzaFilter

public class MamResultFilter extends org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter<org.jivesoftware.smack.packet.Message>
MAM result filter class.
See Also:
  • Field Summary

    Fields inherited from class org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter

    stanzaType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    acceptSpecific(org.jivesoftware.smack.packet.Message message)
     

    Methods inherited from class org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter

    accept, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.function.Predicate

    and, negate, or

    Methods inherited from interface org.jivesoftware.smack.filter.StanzaFilter

    asPredicate, test
  • Constructor Details

    • MamResultFilter

      public MamResultFilter(MamQueryIQ mamQueryIQ)
  • Method Details

    • acceptSpecific

      protected boolean acceptSpecific(org.jivesoftware.smack.packet.Message message)
      Specified by:
      acceptSpecific in class org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter<org.jivesoftware.smack.packet.Message>