Class FromJidTypeFilter
java.lang.Object
org.jivesoftware.smack.filter.jidtype.AbstractJidTypeFilter
org.jivesoftware.smack.filter.jidtype.FromJidTypeFilter
- All Implemented Interfaces:
Predicate<Stanza>
,StanzaFilter
Filter based on the 'from' XMPP address type.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.filter.jidtype.AbstractJidTypeFilter
AbstractJidTypeFilter.JidType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jivesoftware.smack.filter.jidtype.AbstractJidTypeFilter
accept, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.filter.StanzaFilter
asPredicate, test
-
Field Details
-
ENTITY_BARE_JID
-
-
Constructor Details
-
FromJidTypeFilter
-
-
Method Details
-
getJidToMatchFrom
- Specified by:
getJidToMatchFrom
in classAbstractJidTypeFilter
-