Class IQTypeFilter

All Implemented Interfaces:
Predicate<Stanza>, StanzaFilter

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.