Class MamResultFilter
- java.lang.Object
-
- org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter<Message>
-
- org.jivesoftware.smackx.mam.filter.MamResultFilter
-
- All Implemented Interfaces:
StanzaFilter
,Predicate<Stanza>
public class MamResultFilter extends FlexibleStanzaTypeFilter<Message>
MAM result filter class.- See Also:
- XEP-0313: Message Archive Management
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter
stanzaType
-
-
Constructor Summary
Constructors Constructor Description MamResultFilter(MamQueryIQ mamQueryIQ)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
acceptSpecific(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 org.jivesoftware.smack.filter.StanzaFilter
asPredicate, test
-
-
-
-
Constructor Detail
-
MamResultFilter
public MamResultFilter(MamQueryIQ mamQueryIQ)
-
-
Method Detail
-
acceptSpecific
protected boolean acceptSpecific(Message message)
- Specified by:
acceptSpecific
in classFlexibleStanzaTypeFilter<Message>
-
-