Uses of Interface
org.jcsp.util.filter.WriteFiltered
Packages that use WriteFiltered
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 WriteFiltered in org.jcsp.net.dynamic
Subinterfaces of WriteFiltered in org.jcsp.net.dynamicModifier and TypeInterfaceDescriptioninterfaceA migratable networked channel output end. -
Uses of WriteFiltered in org.jcsp.util.filter
Subinterfaces of WriteFiltered in org.jcsp.util.filterModifier and TypeInterfaceDescriptioninterfaceInterface for a channel output end that supports write filtering operations.interfaceInterface for an output channel end that supports filtering operations and can be shared by multiple concurrent processes.Classes in org.jcsp.util.filter that implement WriteFilteredModifier and TypeClassDescriptionclassThis is wrapper for aSharedChannelOutputthat adds write filtering.Methods in org.jcsp.util.filter that return WriteFilteredModifier and TypeMethodDescriptionFilteredAny2AnyChannel.outFilter()Returns an interface for configuring write filters on the channel.FilteredAny2OneChannel.outFilter()Returns an interface for configuring write filters on the channel.FilteredOne2AnyChannel.outFilter()Returns the control interface to manipulate the write filters.FilteredOne2OneChannel.outFilter()Returns the control interface for configuring the write filters on the channel.