Package | Description |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.tcpip |
Modifier and Type | Field and Description |
---|---|
private Link |
NetAltingConnectionServer.linkConnectedTo |
private Link |
NetAltingConnectionClient.linkConnectedTo |
private Link |
One2NetChannel.linkConnectedTo
The actual Link this output channel sends on.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Link |
NodeAddress.createLink()
Creates a Link connected to this address
|
static Link |
LinkFactory.getLink(NodeAddress addr)
Creates a new Link, or retrieves an existing one, from a NodeAddress
|
static Link |
LinkFactory.getLink(NodeID nodeID)
Creates a new Link or gets an existing one from the the given NodeID.
|
protected Link |
LinkServer.requestLink(NodeID nodeID) |
(package private) Link |
LinkManager.requestLink(NodeID id)
Returns the Link for the given NodeID
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
LinkManager.lostLink(Link link)
Handles a Link Lost event.
|
protected boolean |
LinkServer.registerLink(Link link) |
(package private) boolean |
LinkManager.registerLink(Link link)
Registers a new Link with the LinkManager.
|
Constructor and Description |
---|
NetAltingConnectionClient(AltingChannelInput input,
ChannelOutput toLink,
Link link,
ConnectionData connData,
NetConnectionLocation loc,
NetworkMessageFilter.FilterTx filterTX,
NetworkMessageFilter.FilterRx filterRX) |
One2NetChannel(AltingChannelInput ackChannel,
ChannelOutput toLink,
Link link,
ChannelData chanData,
NetChannelLocation loc,
int immunity,
NetworkMessageFilter.FilterTx filter)
Private constructor for creating a One2NetChannel.
|
Modifier and Type | Class and Description |
---|---|
class |
TCPIPLink
A concrete implementation of a Link that operates over a TCP/IP based socket connection.
|
Modifier and Type | Method and Description |
---|---|
protected Link |
TCPIPNodeAddress.createLink()
Creates a new TCPIPLink connected to a Node with this address
|