public class IQResultReplyFilter extends IQReplyFilter
| Constructor and Description |
|---|
IQResultReplyFilter(IQ iqPacket,
XMPPConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Stanza packet)
Tests whether or not the specified stanza should pass the filter.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasPredicate, testpublic IQResultReplyFilter(IQ iqPacket, XMPPConnection conn)
public boolean accept(Stanza packet)
StanzaFilteraccept in interface StanzaFilteraccept in class IQReplyFilterpacket - the stanza to test.stanza passes the filter.public java.lang.String toString()
toString in class IQReplyFilter