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 | Class and Description |
---|---|
(package private) class |
MigratableChannelOutputImpl
Implements of a migratable networked channel output end.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FilteredChannelOutput
Interface for a channel output end that supports write filtering operations.
|
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 |
---|---|
(package private) class |
FilteredChannelOutputWrapper
Wrapper for an output channel end to include write filtering ability.
|
class |
FilteredSharedChannelOutputWrapper
This is wrapper for a
SharedChannelOutput that adds
write filtering. |
Modifier and Type | Method and Description |
---|---|
WriteFiltered |
FilteredAny2OneChannel.outFilter()
Returns an interface for configuring write filters on the channel.
|
WriteFiltered |
FilteredOne2OneChannel.outFilter()
Returns the control interface for configuring the write filters on the channel.
|
WriteFiltered |
FilteredOne2OneChannelImpl.outFilter() |
WriteFiltered |
FilteredAny2AnyChannelImpl.outFilter() |
WriteFiltered |
FilteredOne2AnyChannelImpl.outFilter() |
WriteFiltered |
FilteredOne2AnyChannel.outFilter()
Returns the control interface to manipulate the write filters.
|
WriteFiltered |
FilteredAny2OneChannelImpl.outFilter() |
WriteFiltered |
FilteredAny2AnyChannel.outFilter()
Returns an interface for configuring write 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.
|