Uses of Class
org.jcsp.net2.Link
-
Packages that use Link Package Description org.jcsp.net2 org.jcsp.net2.tcpip -
-
Uses of Link in org.jcsp.net2
Fields in org.jcsp.net2 declared as Link Modifier and Type Field Description private LinkNetAltingConnectionClient. linkConnectedToprivate LinkNetAltingConnectionServer. linkConnectedToprivate LinkOne2NetChannel. linkConnectedToThe actual Link this output channel sends on.Methods in org.jcsp.net2 that return Link Modifier and Type Method Description protected abstract LinkNodeAddress. createLink()Creates a Link connected to this addressstatic LinkLinkFactory. getLink(NodeAddress addr)Creates a new Link, or retrieves an existing one, from a NodeAddressstatic LinkLinkFactory. getLink(NodeID nodeID)Creates a new Link or gets an existing one from the the given NodeID.(package private) LinkLinkManager. requestLink(NodeID id)Returns the Link for the given NodeIDprotected LinkLinkServer. requestLink(NodeID nodeID)Methods in org.jcsp.net2 with parameters of type Link Modifier and Type Method Description (package private) voidLinkManager. lostLink(Link link)Handles a Link Lost event.(package private) booleanLinkManager. registerLink(Link link)Registers a new Link with the LinkManager.protected booleanLinkServer. registerLink(Link link)Constructors in org.jcsp.net2 with parameters of type Link Constructor 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. -
Uses of Link in org.jcsp.net2.tcpip
Subclasses of Link in org.jcsp.net2.tcpip Modifier and Type Class Description classTCPIPLinkA concrete implementation of a Link that operates over a TCP/IP based socket connection.Methods in org.jcsp.net2.tcpip that return Link Modifier and Type Method Description protected LinkTCPIPNodeAddress. createLink()Creates a new TCPIPLink connected to a Node with this address
-