Package org.jivesoftware.smack.filter
Class ToTypeFilter
java.lang.Object
org.jivesoftware.smack.filter.AbstractJidTypeFilter
org.jivesoftware.smack.filter.AbstractExactJidTypeFilter
org.jivesoftware.smack.filter.ToTypeFilter
- All Implemented Interfaces:
Predicate<Stanza>
,StanzaFilter
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.filter.AbstractJidTypeFilter
AbstractJidTypeFilter.JidType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ToTypeFilter
static final ToTypeFilter
static final ToTypeFilter
static final ToTypeFilter
static final StanzaFilter
static final ToTypeFilter
Fields inherited from class org.jivesoftware.smack.filter.AbstractJidTypeFilter
jidType
-
Method Summary
Methods inherited from class org.jivesoftware.smack.filter.AbstractExactJidTypeFilter
accept
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.filter.StanzaFilter
asPredicate, test
-
Field Details
-
ENTITY_FULL_JID
-
ENTITY_BARE_JID
-
DOMAIN_FULL_JID
-
DOMAIN_BARE_JID
-
TO_ANY_JID
-
ENTITY_FULL_OR_BARE_JID
-
-
Method Details
-
getJidToInspect
- Specified by:
getJidToInspect
in classAbstractJidTypeFilter
-