Uses of Interface
org.jcsp.util.filter.WriteFiltered
-
Packages that use WriteFiltered 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 WriteFiltered in org.jcsp.net.dynamic
Subinterfaces of WriteFiltered in org.jcsp.net.dynamic Modifier and Type Interface Description interfaceMigratableChannelOutputA migratable networked channel output end.Classes in org.jcsp.net.dynamic that implement WriteFiltered Modifier and Type Class Description (package private) classMigratableChannelOutputImplImplements of a migratable networked channel output end. -
Uses of WriteFiltered in org.jcsp.util.filter
Subinterfaces of WriteFiltered in org.jcsp.util.filter Modifier and Type Interface Description interfaceFilteredChannelOutputInterface for a channel output end that supports write filtering operations.interfaceFilteredSharedChannelOutputInterface 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 WriteFiltered Modifier and Type Class Description (package private) classFilteredChannelOutputWrapperWrapper for an output channel end to include write filtering ability.classFilteredSharedChannelOutputWrapperThis is wrapper for aSharedChannelOutputthat adds write filtering.Methods in org.jcsp.util.filter that return WriteFiltered Modifier and Type Method Description WriteFilteredFilteredAny2AnyChannel. outFilter()Returns an interface for configuring write filters on the channel.WriteFilteredFilteredAny2AnyChannelImpl. outFilter()WriteFilteredFilteredAny2OneChannel. outFilter()Returns an interface for configuring write filters on the channel.WriteFilteredFilteredAny2OneChannelImpl. outFilter()WriteFilteredFilteredOne2AnyChannel. outFilter()Returns the control interface to manipulate the write filters.WriteFilteredFilteredOne2AnyChannelImpl. outFilter()WriteFilteredFilteredOne2OneChannel. outFilter()Returns the control interface for configuring the write filters on the channel.WriteFilteredFilteredOne2OneChannelImpl. outFilter()Methods in org.jcsp.util.filter with parameters of type WriteFiltered 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.
-