Package | Description |
---|---|
org.jcsp.util.filter |
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
|
Modifier and Type | Class and Description |
---|---|
class |
FilteredSharedChannelOutputWrapper
This is wrapper for a
SharedChannelOutput that adds
write filtering. |
Modifier and Type | Method and Description |
---|---|
static FilteredSharedChannelOutput |
FilteredChannelEnd.createFiltered(SharedChannelOutput out)
Creates a new filtered output channel end around an existing output channel end that can be
shared by multiple processes.
|
FilteredSharedChannelOutput |
FilteredChannelEndFactory.createFiltered(SharedChannelOutput out)
Creates a new filtered channel output end around an existing channel end.
|
Copyright © 1996–2022. All rights reserved.