Uses of Class
org.jivesoftware.smack.filter.AbstractListFilter
-
Packages that use AbstractListFilter Package Description org.jivesoftware.smack.filter AllowsStanzaCollector
andStanzaListener
instances to filter for stanzas with particular attributes. -
-
Uses of AbstractListFilter in org.jivesoftware.smack.filter
Subclasses of AbstractListFilter in org.jivesoftware.smack.filter Modifier and Type Class Description class
AndFilter
Implements the logical AND operation over two or more stanza filters.class
OrFilter
Implements the logical OR operation over two or more stanza filters.
-