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 |
MigratableChannelInput
A migratable networked input channel end.
|
Modifier and Type | Class and Description |
---|---|
class |
MigratableAltingChannelInput
A migratable input channel end that can be used as a guard within an
Alternative . |
Modifier and Type | Interface and Description |
---|---|
interface |
FilteredSharedChannelInput
Interface for a channel input end that supports filtering and can be shared by multiple processes.
|
Modifier and Type | Class and Description |
---|---|
class |
FilteredAltingChannelInput
Implements an
AltingChannelInput channel end that also supports read filters. |
class |
FilteredSharedChannelInputWrapper
This is wrapper for a
SharedChannelInput that adds
read filtering. |
Modifier and Type | Method and Description |
---|---|
static FilteredChannelInput |
FilteredChannelEnd.createFiltered(ChannelInput in)
Creates a new filtered input channel end around an existing input channel end.
|
FilteredChannelInput |
FilteredChannelEndFactory.createFiltered(ChannelInput in)
Creates a new filtered channel input end around an existing channel end.
|
Copyright © 1996–2024. All rights reserved.