Uses of Class
org.jcsp.net.LinkServer
Packages that use LinkServer
-
Uses of LinkServer in org.jcsp.net
Methods in org.jcsp.net that return LinkServerModifier and TypeMethodDescriptionprotected static LinkServer
LinkServer.create
(NodeAddressID addressID) Create a server on a specifiedNodeAddressID, and start it.protected abstract LinkServer
ProtocolID.startLinkServer
(NodeAddressID addressID) Constructs, starts and returns aLinkServer
on a specifiedNodeAddressID
. -
Uses of LinkServer in org.jcsp.net.tcpip
Subclasses of LinkServer in org.jcsp.net.tcpipModifier and TypeClassDescription(package private) class
A process to accept links to a ServerSocket, create appropriate TCPIPLink objects, and register them with the LinkManager.Methods in org.jcsp.net.tcpip that return LinkServerModifier and TypeMethodDescriptionprotected static LinkServer
TCPIPLinkServer.create
(NodeAddressID addressID) Create a server on a specified NodeAddressID, and start it.protected LinkServer
TCPIPProtocolID.startLinkServer
(NodeAddressID addressID) Starts the TCP/IP link server at this node using the given address ID.