Uses of Class
org.jcsp.net2.Link
Packages that use Link
-
Uses of Link in org.jcsp.net2
Methods in org.jcsp.net2 that return LinkModifier and TypeMethodDescriptionprotected 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 LinkCreates a new Link or gets an existing one from the the given NodeID.protected final LinkLinkServer.requestLink(NodeID nodeID) Methods in org.jcsp.net2 with parameters of type Link -
Uses of Link in org.jcsp.net2.tcpip
Subclasses of Link in org.jcsp.net2.tcpipModifier and TypeClassDescriptionfinal classA 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 LinkTCPIPNodeAddress.createLink()Creates a new TCPIPLink connected to a Node with this address