Uses of Class
org.jcsp.lang.ChannelOutputWrapper
-
Packages that use ChannelOutputWrapper Package Description org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. -
-
Uses of ChannelOutputWrapper in org.jcsp.util.filter
Subclasses of ChannelOutputWrapper in org.jcsp.util.filter Modifier and Type Class Description (package private) class
FilteredChannelOutputWrapper
Wrapper for an output channel end to include write filtering ability.class
FilteredSharedChannelOutputWrapper
This is wrapper for aSharedChannelOutput
that adds write filtering.
-