PacketCollector and PacketListener instances to filter for packets with particular attributes.See: Description
| Interface | Description |
|---|---|
| PacketFilter | Deprecated
use
StanzaFilter |
| StanzaFilter |
Defines a way to filter stanzas for particular attributes.
|
| Class | Description |
|---|---|
| AbstractListFilter | |
| AndFilter |
Implements the logical AND operation over two or more stanza(/packet) filters.
|
| FlexibleStanzaTypeFilter<S extends Stanza> |
Filters for stanzas of a particular type and allows a custom method to further filter the packets.
|
| FromMatchesFilter |
Filter for packets where the "from" field exactly matches a specified JID.
|
| IQReplyFilter |
Filters for packets which are a valid reply to an IQ request.
|
| IQResultReplyFilter | |
| IQTypeFilter |
A filter for IQ stanza(/packet) types.
|
| MessageTypeFilter |
Filters for packets of a specific type of Message (e.g.
|
| MessageWithBodiesFilter |
Filters message stanzas which have at least one body
|
| MessageWithSubjectFilter |
Filters message stanzas which have at least one body
|
| NotFilter |
Implements the logical NOT operation on a stanza(/packet) filter.
|
| OrFilter |
Implements the logical OR operation over two or more stanza(/packet) filters.
|
| PacketExtensionFilter | Deprecated
use
StanzaExtensionFilter instead. |
| PacketIDFilter | Deprecated
use
StanzaIdFilter instead. |
| PacketTypeFilter | Deprecated
use
StanzaTypeFilter instead. |
| PresenceTypeFilter |
A filter for Presence types.
|
| StanzaExtensionFilter |
Filters for stanzas with a particular type of stanza extension.
|
| StanzaIdFilter |
Filters for Stanzas with a particular stanza ID.
|
| StanzaTypeFilter |
Filters for Stanzas of a particular type.
|
| ThreadFilter |
Filters for message packets with a particular thread value.
|
| ToFilter |
PacketCollector and PacketListener instances to filter for packets with particular attributes.