Uses of Interface
org.jcsp.util.filter.ReadFiltered
Packages that use ReadFiltered
Package
Description
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.
-
Uses of ReadFiltered in org.jcsp.net.dynamic
Subinterfaces of ReadFiltered in org.jcsp.net.dynamicModifier and TypeInterfaceDescriptioninterfaceA migratable networked input channel end.Classes in org.jcsp.net.dynamic that implement ReadFilteredModifier and TypeClassDescriptionclassA migratable input channel end that can be used as a guard within anAlternative.(package private) classImplements a migratable input channel end that can be used in anAlternative. -
Uses of ReadFiltered in org.jcsp.util.filter
Subinterfaces of ReadFiltered in org.jcsp.util.filterModifier and TypeInterfaceDescriptioninterfaceInterface for a channel input end that supports filtering operations.interfaceInterface for a channel input end that supports filtering and can be shared by multiple processes.Classes in org.jcsp.util.filter that implement ReadFilteredModifier and TypeClassDescriptionclassImplements anAltingChannelInputchannel end that also supports read filters.(package private) classWrapper for an input channel end to include read filtering functionality.classThis is wrapper for aSharedChannelInputthat adds read filtering.Methods in org.jcsp.util.filter that return ReadFilteredModifier and TypeMethodDescriptionFilteredAny2AnyChannel.inFilter()Returns an interface for configuring read filters on the channel.FilteredAny2AnyChannelImpl.inFilter()FilteredAny2OneChannel.inFilter()Returns an interface for configuring read filters on the channel.FilteredAny2OneChannelImpl.inFilter()FilteredOne2AnyChannel.inFilter()Returns the control interface to manipulate the read filters.FilteredOne2AnyChannelImpl.inFilter()FilteredOne2OneChannel.inFilter()Returns the control interface for configuring the read filters on the channel.FilteredOne2OneChannelImpl.inFilter()Methods in org.jcsp.util.filter with parameters of type ReadFilteredModifier and TypeMethodDescriptionprivate voidFilteredChannelFactory.installFilters(ReadFiltered readFiltered, WriteFiltered writeFiltered) Installs the filters currently set for this factory into the read/write channel ends supplied.