Class IQTypeFilter

All Implemented Interfaces:
StanzaFilter, Predicate<Stanza>

public final class IQTypeFilter extends FlexibleStanzaTypeFilter<IQ>
A filter for IQ stanza types. Returns true only if the stanza is an IQ packet and it matches the type provided in the constructor.