Uses of Class
org.jivesoftware.smack.filter.FromMatchesFilter
-
Packages that use FromMatchesFilter Package Description org.jivesoftware.smack.filter AllowsStanzaCollector
andStanzaListener
instances to filter for stanzas with particular attributes. -
-
Uses of FromMatchesFilter in org.jivesoftware.smack.filter
Fields in org.jivesoftware.smack.filter declared as FromMatchesFilter Modifier and Type Field Description static FromMatchesFilter
FromMatchesFilter. MATCH_NO_FROM_SET
Methods in org.jivesoftware.smack.filter that return FromMatchesFilter Modifier and Type Method Description static FromMatchesFilter
FromMatchesFilter. create(Jid address)
Creates a filter matching on the "from" field.static FromMatchesFilter
FromMatchesFilter. createBare(Jid address)
Creates a filter matching on the "from" field.static FromMatchesFilter
FromMatchesFilter. createFull(Jid address)
Creates a filter matching on the "from" field.
-