Uses of Interface
org.jcsp.util.filter.ReadFiltered
-
Packages that use ReadFiltered Package Description org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure.org.jcsp.util.filter 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.dynamic Modifier and Type Interface Description interfaceMigratableChannelInputA migratable networked input channel end.Classes in org.jcsp.net.dynamic that implement ReadFiltered Modifier and Type Class Description classMigratableAltingChannelInputA migratable input channel end that can be used as a guard within anAlternative.(package private) classMigratableAltingChannelInputImplImplements 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.filter Modifier and Type Interface Description interfaceFilteredChannelInputInterface for a channel input end that supports filtering operations.interfaceFilteredSharedChannelInputInterface for a channel input end that supports filtering and can be shared by multiple processes.Classes in org.jcsp.util.filter that implement ReadFiltered Modifier and Type Class Description classFilteredAltingChannelInputImplements anAltingChannelInputchannel end that also supports read filters.(package private) classFilteredChannelInputWrapperWrapper for an input channel end to include read filtering functionality.classFilteredSharedChannelInputWrapperThis is wrapper for aSharedChannelInputthat adds read filtering.Methods in org.jcsp.util.filter that return ReadFiltered Modifier and Type Method Description ReadFilteredFilteredAny2AnyChannel. inFilter()Returns an interface for configuring read filters on the channel.ReadFilteredFilteredAny2AnyChannelImpl. inFilter()ReadFilteredFilteredAny2OneChannel. inFilter()Returns an interface for configuring read filters on the channel.ReadFilteredFilteredAny2OneChannelImpl. inFilter()ReadFilteredFilteredOne2AnyChannel. inFilter()Returns the control interface to manipulate the read filters.ReadFilteredFilteredOne2AnyChannelImpl. inFilter()ReadFilteredFilteredOne2OneChannel. inFilter()Returns the control interface for configuring the read filters on the channel.ReadFilteredFilteredOne2OneChannelImpl. inFilter()Methods in org.jcsp.util.filter with parameters of type ReadFiltered Modifier and Type Method Description private voidFilteredChannelFactory. installFilters(ReadFiltered readFiltered, WriteFiltered writeFiltered)Installs the filters currently set for this factory into the read/write channel ends supplied.
-