Package | Description |
---|---|
org.jcsp.net2 |
Modifier and Type | Field and Description |
---|---|
private One2NetChannel |
Any2NetChannel.chan
The underlying One2NetChannel used by this channel.
|
Modifier and Type | Method and Description |
---|---|
(package private) static <T2> One2NetChannel<T2> |
One2NetChannel.create(NetChannelLocation loc,
int immunity,
NetworkMessageFilter.FilterTx filter)
Creates a new One2NetChannel by connecting to an already created NetChannelInput
|
Constructor and Description |
---|
Any2NetChannel(One2NetChannel channel)
Constructor wrapping an existing One2NetChannel in an Any2NetChannel
|