Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
org.jcsp.net |
This is main package for JCSP.NET.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedConnectionServerImpl
This class does not need to be used by standard JCSP users.
|
Modifier and Type | Method and Description |
---|---|
SharedConnectionServer<T> |
SharedConnectionServer.duplicate()
Creates a duplicate copy of the connection end.
|
SharedConnectionServer |
SharedConnectionServerImpl.duplicate() |
static SharedConnectionServer[] |
Connection.getServerArray(Any2AnyConnection[] c)
Returns an array of server connection ends suitable for use by multiple concurrent
processes.
|
static SharedConnectionServer[] |
Connection.getServerArray(One2AnyConnection[] c)
Returns an array of server connection ends suitable for use by multiple concurrent
processes.
|
SharedConnectionServer<T> |
One2AnyConnection.server()
Returns the server part of the connection.
|
SharedConnectionServer |
Any2AnyConnectionImpl.server()
Returns a
SharedConnectionServer object for this
connection. |
SharedConnectionServer<T> |
ConnectionWithSharedAltingServer.server() |
SharedConnectionServer<T> |
Any2AnyConnection.server()
Returns a reference to the server end of the connection for use by the server processes.
|
SharedConnectionServer |
One2AnyConnectionImpl.server()
Returns a
SharedConnectionServer object for this
connection. |
Modifier and Type | Interface and Description |
---|---|
interface |
NetSharedConnectionServer
Instances of classed implementing this method are
SharedConnectionServer objects which accept
connections from clients from over a JCSP.NET network. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
NetSharedConnectionServerImpl |
Modifier and Type | Method and Description |
---|---|
SharedConnectionServer |
NetSharedConnectionServerImpl.duplicate()
Produces a duplicate
SharedConnectionServer object which
may be used by another process. |