Package org.jivesoftware.smack.filter
Class IQResultReplyFilter
java.lang.Object
org.jivesoftware.smack.filter.IQReplyFilter
org.jivesoftware.smack.filter.IQResultReplyFilter
- All Implemented Interfaces:
Predicate<Stanza>
,StanzaFilter
-
Constructor Details
-
IQResultReplyFilter
-
-
Method Details
-
accept
Description copied from interface:StanzaFilter
Tests whether or not the specified stanza should pass the filter.- Specified by:
accept
in interfaceStanzaFilter
- Overrides:
accept
in classIQReplyFilter
- Parameters:
packet
- the stanza to test.- Returns:
- true if and only if
stanza
passes the filter.
-
toString
- Overrides:
toString
in classIQReplyFilter
-