Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
org.jcsp.net2 | |
org.jcsp.util.filter |
This defines filtering channels that can apply transformations to objects
as they are read and/or written.
|
Modifier and Type | Method and Description |
---|---|
void |
Net2OneChannel.poison(PoisonException poison)
Currently, network channels are unpoisonable so this method has no effect.
|
Modifier and Type | Method and Description |
---|---|
void |
Net2OneChannel.checkPoison()
Currently, network channels are unpoisonable so this method will never throw a PoisonException
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkPoisonException
An exception thrown when a networked channel is poisoned.
|
Modifier and Type | Method and Description |
---|---|
void |
Any2NetChannel.asyncWrite(T object)
Writes asynchronously to the underlying channel.
|
void |
One2NetChannel.asyncWrite(T object)
Asynchronously writes an object to the channel
|
void |
Any2NetChannel.write(T object)
Writes an object to the underlying channel.
|
void |
One2NetChannel.write(T object)
Writes an object to the input end
|
Modifier and Type | Class and Description |
---|---|
class |
PoisonFilterException
Deprecated.
Use poison directly instead
|