public class ThreadFilter extends FlexibleStanzaTypeFilter<Message> implements StanzaFilter
stanzaType| Constructor and Description |
|---|
ThreadFilter(java.lang.String thread)
Creates a new thread filter using the specified thread value.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
acceptSpecific(Message message) |
java.lang.String |
toString() |
acceptclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptpublic ThreadFilter(java.lang.String thread)
thread - the thread value to filter for.protected boolean acceptSpecific(Message message)
acceptSpecific in class FlexibleStanzaTypeFilter<Message>public java.lang.String toString()
toString in class FlexibleStanzaTypeFilter<Message>