Package | Description |
---|---|
org.jcsp.net2 |
Modifier and Type | Field and Description |
---|---|
private NetConnectionLocation |
NetAltingConnectionClient.localLocation |
private NetConnectionLocation |
NetAltingConnectionServer.location |
private NetConnectionLocation |
NetAltingConnectionClient.serverLocation |
Modifier and Type | Method and Description |
---|---|
(package private) NetConnectionLocation |
NetAltingConnectionClient.getLocalLocation() |
static NetConnectionLocation |
NetConnectionLocation.parse(java.lang.String str)
Converts the string form of a NetConnectionLocation back into its object form
|
Modifier and Type | Method and Description |
---|---|
(package private) static NetAltingConnectionClient |
NetAltingConnectionClient.create(NetConnectionLocation loc,
NetworkMessageFilter.FilterTx filterTX,
NetworkMessageFilter.FilterRx filterRX) |
Constructor and Description |
---|
NetAltingConnectionClient(AltingChannelInput input,
ChannelOutput toLink,
Link link,
ConnectionData connData,
NetConnectionLocation loc,
NetworkMessageFilter.FilterTx filterTX,
NetworkMessageFilter.FilterRx filterRX) |