Smack

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.
FromContainsFilter Filters for packets where the "from" field contains a specified value.
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.
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.
ToContainsFilter Filters for packets where the "to" field contains a specified value.
 

Package org.jivesoftware.smack.filter Description

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


Smack

Copyright © 2003-2007 Jive Software.