Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
org.jcsp.net.tcpip |
Modifier and Type | Method and Description |
---|---|
protected 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 a
LinkServer on a
specified NodeAddressID . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
TCPIPLinkServer
A process to accept links to a ServerSocket, create appropriate
TCPIPLink objects, and register them with the LinkManager.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|