PacketCollector and PacketListener instances to filter for packets with particular attributes.See: Description
| Interface | Description |
|---|---|
| PacketFilter |
Defines a way to filter packets for particular attributes.
|
| Class | Description |
|---|---|
| AndFilter |
Implements the logical AND operation over two or more packet filters.
|
| FlexiblePacketTypeFilter<P extends Stanza> |
Filters for packets 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 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 packet filter.
|
| OrFilter |
Implements the logical OR operation over two or more packet filters.
|
| PacketExtensionFilter |
Filters for packets with a particular type of packet extension.
|
| PacketIDFilter |
Filters for packets with a particular packet ID.
|
| PacketTypeFilter |
Filters for packets of a particular type.
|
| PresenceTypeFilter |
A filter for Presence types.
|
| ThreadFilter |
Filters for message packets with a particular thread value.
|
| ToFilter |
PacketCollector and PacketListener instances to filter for packets with particular attributes.