Uses of Class
org.jcsp.lang.AltingConnectionServer
-
Packages that use AltingConnectionServer 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.org.jcsp.net2 -
-
Uses of AltingConnectionServer in org.jcsp.lang
Subclasses of AltingConnectionServer in org.jcsp.lang Modifier and Type Class Description class
AltingConnectionServerImpl<T>
This class does not need to be used by standard JCSP users.Fields in org.jcsp.lang declared as AltingConnectionServer Modifier and Type Field Description private AltingConnectionServer
Any2OneConnectionImpl. server
private AltingConnectionServer<T>
One2OneConnectionImpl. server
Methods in org.jcsp.lang that return AltingConnectionServer Modifier and Type Method Description static AltingConnectionServer[]
Connection. getServerArray(Any2OneConnection[] c)
Returns an array of server connection ends suitable for use as guards in anAlternative
construct.static AltingConnectionServer[]
Connection. getServerArray(One2OneConnection[] c)
Returns an array of server connection ends suitable for use as guards in anAlternative
construct.AltingConnectionServer<T>
Any2OneConnection. server()
Returns the server end of the connection.AltingConnectionServer
Any2OneConnectionImpl. server()
Returns theAltingConnectionServer
that can be used by a single process at any instance.AltingConnectionServer<T>
One2OneConnection. server()
Returns the server end of the connection.AltingConnectionServer<T>
One2OneConnectionImpl. server()
Returns theAltingConnectionServer
that can be used by a single process at any instance. -
Uses of AltingConnectionServer in org.jcsp.net
Subclasses of AltingConnectionServer in org.jcsp.net Modifier and Type Class Description (package private) class
NetAltingConnectionServer
Instances of this class areAltingConnectionServer
objects which allow connections fromConnectionClient
objects from over a JCSP.NET network. -
Uses of AltingConnectionServer in org.jcsp.net2
Subclasses of AltingConnectionServer in org.jcsp.net2 Modifier and Type Class Description class
NetAltingConnectionServer
-