Package org.jivesoftware.smack.filter

Allows PacketCollector and PacketListener instances to filter for packets with particular attributes.

See:
          Description

Interface Summary
PacketFilter Defines a way to filter packets for particular attributes.
 

Class Summary
AndFilter Implements the logical AND operation over two or more packet filters.
AndFilterTest A test case for the AndFilter class.
FromContainsFilter Filters for packets where the "from" field contains a specified value.
FromContainsFilterTest A test case for the FromContainsFilter class.
FromMatchesFilter Filter for packets where the "from" field exactly matches a specified JID.
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.
NotFilterTest A test case for the NotFilter class.
OrFilter Implements the logical OR operation over two or more packet filters.
OrFilterTest A test case for the OrFilter class.
PacketExtensionFilter Filters for packets with a particular type of packet extension.
PacketIDFilter Filters for packets with a particular packet ID.
PacketIDFilterTest A test case for the PacketIDFilter class.
PacketTypeFilter Filters for packets of a particular type.
PacketTypeFilterTest Test cases for the PacketTypeFilter class.
ThreadFilter Filters for message packets with a particular thread value.
ToContainsFilter Filters for packets where the "to" field contains a specified value.
ToContainsFilterTest A test case for the ToContainsFilter class.
 

Package org.jivesoftware.smack.filter Description

Allows PacketCollector and PacketListener instances to filter for packets with particular attributes.