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.
|
| 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.
|
| IQTypeFilter |
A filter for IQ packet types.
|
| MessageTypeFilter |
Filters for packets of a specific type of Message (e.g.
|
| 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.
|
| ThreadFilter |
Filters for message packets with a particular thread value.
|
PacketCollector and PacketListener instances to filter for packets with particular attributes.