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 . |
(package private) class |
MigratableAltingChannelInputImpl
Implements a migratable input channel end that can be used in an
Alternative . |
Modifier and Type | Interface and Description |
---|---|
interface |
FilteredChannelInput
Interface for a channel input end that supports filtering operations.
|
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. |
(package private) class |
FilteredChannelInputWrapper
Wrapper for an input channel end to include read filtering functionality.
|
class |
FilteredSharedChannelInputWrapper
This is wrapper for a
SharedChannelInput that adds
read filtering. |
Modifier and Type | Method and Description |
---|---|
ReadFiltered |
FilteredAny2OneChannel.inFilter()
Returns an interface for configuring read filters on the channel.
|
ReadFiltered |
FilteredOne2OneChannel.inFilter()
Returns the control interface for configuring the read filters on the channel.
|
ReadFiltered |
FilteredOne2OneChannelImpl.inFilter() |
ReadFiltered |
FilteredAny2AnyChannelImpl.inFilter() |
ReadFiltered |
FilteredOne2AnyChannelImpl.inFilter() |
ReadFiltered |
FilteredOne2AnyChannel.inFilter()
Returns the control interface to manipulate the read filters.
|
ReadFiltered |
FilteredAny2OneChannelImpl.inFilter() |
ReadFiltered |
FilteredAny2AnyChannel.inFilter()
Returns an interface for configuring read filters on the channel.
|
Modifier and Type | Method and Description |
---|---|
private void |
FilteredChannelFactory.installFilters(ReadFiltered readFiltered,
WriteFiltered writeFiltered)
Installs the filters currently set for this factory into the read/write channel ends supplied.
|