Class IoTFieldsExtensionFilter
java.lang.Object
org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter<org.jivesoftware.smack.packet.Message>
org.jivesoftware.smackx.iot.data.filter.IoTFieldsExtensionFilter
- All Implemented Interfaces:
org.jivesoftware.smack.filter.StanzaFilter,org.jivesoftware.smack.util.Predicate<org.jivesoftware.smack.packet.Stanza>
public class IoTFieldsExtensionFilter
extends org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter<org.jivesoftware.smack.packet.Message>
-
Field Summary
Fields inherited from class org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter
stanzaType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanacceptSpecific(org.jivesoftware.smack.packet.Message message) Methods inherited from class org.jivesoftware.smack.filter.FlexibleStanzaTypeFilter
accept, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.filter.StanzaFilter
asPredicate, test
-
Constructor Details
-
IoTFieldsExtensionFilter
public IoTFieldsExtensionFilter(int seqNr, boolean onlyDone)
-
-
Method Details
-
acceptSpecific
protected boolean acceptSpecific(org.jivesoftware.smack.packet.Message message) - Specified by:
acceptSpecificin classorg.jivesoftware.smack.filter.FlexibleStanzaTypeFilter<org.jivesoftware.smack.packet.Message>
-