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.
|
String |
toString() |
public IQResultReplyFilter(IQ iqPacket, XMPPConnection conn)
public boolean accept(Stanza packet)
StanzaFilteraccept in interface StanzaFilteraccept in class IQReplyFilterpacket - the stanza(/packet) to test.public String toString()
toString in class IQReplyFilter