Interfaces
 InterfaceDescription
 IComparable The IComparable interface defines the methods that must be implemented by all classes that represent comparisons in the Reactor filtering API.
 IFilter The IFilter interface defines the methods that must be implemented by Reactor's filter classes; filter classes are used to specify a logical group of clients, typically for the sake of targeted messaging.
Classes
 ClassDescription
 AndGroup Defines a Boolean AND relationship between multiple comparisons in a message filter.
 AttributeComparison Represents a single attribute comparison to be used in a filter.
 AttributeFilter Defines an attribute filter to be applied to a client-to-server message.
 BooleanGroup The base class for AndGroup and OrGroup, which define Boolean relationships between multiple comparisons in filters.
 BooleanGroupType An enumeration of the types of Boolean groups in the Reactor filtering API.
 CompareType An enumeration of the types of comparisons in the Reactor filtering API.
 Filter Defines a filter to be applied to a client-to-server message.
 FilterSet Defines a set of individuals filters to be combined into a composite filter for use in a client-to-server message.
 OrGroup Defines a Boolean OR relationship between multiple comparisons in a message filter.