Uses of Interface
org.jcsp.util.filter.FilteredChannelOutput
-
Packages that use FilteredChannelOutput 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 FilteredChannelOutput in org.jcsp.net.dynamic
Subinterfaces of FilteredChannelOutput in org.jcsp.net.dynamic Modifier and Type Interface Description interfaceMigratableChannelOutputA migratable networked channel output end.Classes in org.jcsp.net.dynamic that implement FilteredChannelOutput Modifier and Type Class Description (package private) classMigratableChannelOutputImplImplements of a migratable networked channel output end.Fields in org.jcsp.net.dynamic declared as FilteredChannelOutput Modifier and Type Field Description private FilteredChannelOutputMigratableChannelOutputImpl. filteredOutThe filtered channel end. -
Uses of FilteredChannelOutput in org.jcsp.util.filter
Subinterfaces of FilteredChannelOutput in org.jcsp.util.filter Modifier and Type Interface Description 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 FilteredChannelOutput 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.Fields in org.jcsp.util.filter declared as FilteredChannelOutput Modifier and Type Field Description private FilteredChannelOutputFilteredOne2AnyChannelImpl. outThe filtered output end of the channel.private FilteredChannelOutputFilteredOne2OneChannelImpl. outThe filtered output end of the channel.Methods in org.jcsp.util.filter that return FilteredChannelOutput Modifier and Type Method Description static FilteredChannelOutputFilteredChannelEnd. createFiltered(ChannelOutput out)Creates a new filtered output channel end around an existing output channel end.FilteredChannelOutputFilteredChannelEndFactory. createFiltered(ChannelOutput out)Creates a new filtered channel output end around an existing channel end.
-