Package org.jivesoftware.smack.filter
Class IQResultReplyFilter
- java.lang.Object
-
- org.jivesoftware.smack.filter.IQReplyFilter
-
- org.jivesoftware.smack.filter.IQResultReplyFilter
-
- All Implemented Interfaces:
StanzaFilter,Predicate<Stanza>
public class IQResultReplyFilter extends IQReplyFilter
-
-
Constructor Summary
Constructors Constructor Description IQResultReplyFilter(IQ iqPacket, XMPPConnection conn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(Stanza packet)Tests whether or not the specified stanza should pass the filter.StringtoString()-
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
-
-
-
-
Constructor Detail
-
IQResultReplyFilter
public IQResultReplyFilter(IQ iqPacket, XMPPConnection conn)
-
-
Method Detail
-
accept
public boolean accept(Stanza packet)
Description copied from interface:StanzaFilterTests whether or not the specified stanza should pass the filter.- Specified by:
acceptin interfaceStanzaFilter- Overrides:
acceptin classIQReplyFilter- Parameters:
packet- the stanza to test.- Returns:
- true if and only if
stanzapasses the filter.
-
toString
public String toString()
- Overrides:
toStringin classIQReplyFilter
-
-