Uses of Class
org.jcsp.net2.Link
Packages that use Link
-
Uses of Link in org.jcsp.net2
Fields in org.jcsp.net2 declared as LinkModifier and TypeFieldDescriptionprivate final Link
NetAltingConnectionClient.linkConnectedTo
private final Link
NetAltingConnectionServer.linkConnectedTo
private final Link
One2NetChannel.linkConnectedTo
The actual Link this output channel sends on.Methods in org.jcsp.net2 that return LinkModifier and TypeMethodDescriptionprotected abstract Link
NodeAddress.createLink()
Creates a Link connected to this addressstatic Link
LinkFactory.getLink
(NodeAddress addr) Creates a new Link, or retrieves an existing one, from a NodeAddressstatic Link
Creates a new Link or gets an existing one from the the given NodeID.(package private) Link
LinkManager.requestLink
(NodeID id) Returns the Link for the given NodeIDprotected final Link
LinkServer.requestLink
(NodeID nodeID) Methods in org.jcsp.net2 with parameters of type LinkModifier and TypeMethodDescription(package private) void
Handles a Link Lost event.(package private) boolean
LinkManager.registerLink
(Link link) Registers a new Link with the LinkManager.protected final boolean
LinkServer.registerLink
(Link link) Constructors in org.jcsp.net2 with parameters of type LinkModifierConstructorDescriptionprivate
NetAltingConnectionClient
(AltingChannelInput input, ChannelOutput toLink, Link link, ConnectionData connData, NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX) private
One2NetChannel
(AltingChannelInput ackChannel, ChannelOutput toLink, Link link, ChannelData chanData, NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter) Private constructor for creating a One2NetChannel. -
Uses of Link in org.jcsp.net2.tcpip
Subclasses of Link in org.jcsp.net2.tcpipModifier and TypeClassDescriptionfinal class
A concrete implementation of a Link that operates over a TCP/IP based socket connection.Methods in org.jcsp.net2.tcpip that return LinkModifier and TypeMethodDescriptionprotected Link
TCPIPNodeAddress.createLink()
Creates a new TCPIPLink connected to a Node with this address