Uses of Package
org.jcsp.util.filter
Packages that use org.jcsp.util.filter
Package
Description
This is main package for JCSP.NET.
Supports dynamic operations over the JCSP.NET infrastructure.
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
-
Classes in org.jcsp.util.filter used by org.jcsp.netClassDescriptionInterface for channel plug-ins that define filtering operations - transformations on the data as it is read or written.Interface for an Any2One channel that supports filtering operations at each end.Interface for a
One2One
channel that supports filtering operations at each end.This filter will throw aPoisonException
whenfilter(Object)
is called. -
Classes in org.jcsp.util.filter used by org.jcsp.net.dynamicClassDescriptionInterface for channel plug-ins that define filtering operations - transformations on the data as it is read or written.Factory for creating filtered channel ends around existing channel ends.Interface for a channel input end that supports filtering operations.Interface for a channel output end that supports write filtering operations.Interface for a channel end supporting read filtering operations.Interface for a channel end supporting write filtering operations.
-
Classes in org.jcsp.util.filter used by org.jcsp.util.filterClassDescriptionInterface for channel plug-ins that define filtering operations - transformations on the data as it is read or written.Implements an
AltingChannelInput
channel end that also supports read filters.Interface for an Any2Any channel that has support for filtering at both ends.Interface for an Any2One channel that supports filtering operations at each end.Factory for creating filtered channel ends around existing channel ends.This class is used for constructing Filtered Channels.Interface for a channel input end that supports filtering operations.Wrapper for an input channel end to include read filtering functionality.Interface for a channel output end that supports write filtering operations.Wrapper for an output channel end to include write filtering ability.Interface for anAny2Any
channel that supports both read and write filters.Interface for aOne2One
channel that supports filtering operations at each end.Interface for a channel input end that supports filtering and can be shared by multiple processes.Interface for an output channel end that supports filtering operations and can be shared by multiple concurrent processes.Storage scheme for a set of filters that is dynamically sized and supports insert and remove operations to keep the filters in a contiguous block.Interface for a channel end supporting read filtering operations.Interface for a channel end supporting write filtering operations.