| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MigratableChannelOutput
A migratable networked channel output end.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilteredSharedChannelOutput
Interface for an output channel end that supports filtering operations and can be shared by multiple
concurrent processes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredSharedChannelOutputWrapper
This is wrapper for a
SharedChannelOutput that adds
write filtering. |
| Modifier and Type | Method and Description |
|---|---|
FilteredChannelOutput |
FilteredChannelEndFactory.createFiltered(ChannelOutput out)
Creates a new filtered channel output end around an existing channel end.
|
static FilteredChannelOutput |
FilteredChannelEnd.createFiltered(ChannelOutput out)
Creates a new filtered output channel end around an existing output channel end.
|
Copyright © 1996–2019. All rights reserved.