Package | Description |
---|---|
org.jcsp.net2 |
Modifier and Type | Field and Description |
---|---|
private Net2OneChannel |
Net2AnyChannel.actualChannel
The underlying Net2OneChannel that this object wraps around
|
Modifier and Type | Method and Description |
---|---|
(package private) static <T2> Net2OneChannel<T2> |
Net2OneChannel.create(int index,
int poisonImmunity,
NetworkMessageFilter.FilterRx filter)
Static factory method used to create a new Net2OneChannel with a given index.
|
(package private) static <T2> Net2OneChannel<T2> |
Net2OneChannel.create(int poisonImmunity,
NetworkMessageFilter.FilterRx filter)
Static factory method used to create a new Net2OneChannel.
|
Constructor and Description |
---|
Net2AnyChannel(Net2OneChannel chan)
Constructor for Net2AnyChannel
|