| Package | Description |
|---|---|
| org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
| org.jcsp.util.filter |
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
|
| Modifier and Type | Field and Description |
|---|---|
private static StandardChannelFactory |
StandardChannelFactory.defaultInstance |
private static StandardChannelFactory |
Channel.factory
The factory to be used by this class.
|
static StandardChannelFactory |
ConnectionServer.FACTORY
The factory for creating channels within servers.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardChannelFactory |
StandardChannelFactory.getDefaultInstance()
Returns a default instance of a channel factory.
|
| Modifier and Type | Field and Description |
|---|---|
private StandardChannelFactory |
FilteredChannelFactory.factory
Underlying factory for creating the base channels.
|