Uses of Interface
org.jcsp.lang.SharedConnectionServer
-
Packages that use SharedConnectionServer 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. -
-
Uses of SharedConnectionServer in org.jcsp.lang
Classes in org.jcsp.lang that implement SharedConnectionServer Modifier and Type Class Description class
SharedConnectionServerImpl
This class does not need to be used by standard JCSP users.Methods in org.jcsp.lang that return SharedConnectionServer Modifier and Type Method 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>
Any2AnyConnection. server()
Returns a reference to the server end of the connection for use by the server processes.SharedConnectionServer<T>
One2AnyConnection. server()
Returns the server part of the connection. -
Uses of SharedConnectionServer in org.jcsp.net
Subinterfaces of SharedConnectionServer in org.jcsp.net Modifier and Type Interface Description interface
NetSharedConnectionServer
Instances of classed implementing this method areSharedConnectionServer
objects which accept connections from clients from over a JCSP.NET network.
-