Package | Description |
---|---|
org.jcsp.net2 |
Modifier and Type | Method and Description |
---|---|
(package private) static <T2> Net2AnyChannel<T2> |
Net2AnyChannel.create(int index,
int poisonImmunity,
NetworkMessageFilter.FilterRx filter)
Static factory method for creating a new instance of Net2AnyChannel, given a particular index
|
(package private) static <T2> Net2AnyChannel<T2> |
Net2AnyChannel.create(int poisonImmunity,
NetworkMessageFilter.FilterRx filter)
A static factory method to create a new Net2AnyChannel object
|