Uses of Class
org.jcsp.lang.AltingConnectionClientImpl
-
Packages that use AltingConnectionClientImpl 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 AltingConnectionClientImpl in org.jcsp.lang
Subclasses of AltingConnectionClientImpl in org.jcsp.lang Modifier and Type Class Description classSharedAltingConnectionClient<T>Implements a client end of a Connection which can have multiple client processes. -
Uses of AltingConnectionClientImpl in org.jcsp.net
Subclasses of AltingConnectionClientImpl in org.jcsp.net Modifier and Type Class Description classNetAltingConnectionClientInstances of this class areAltingConnectionClientobjects which connect toConnectionServerobjects over a JCSP.NET network.classNetSharedAltingConnectionClientDefines a class whose instances should bethat connect to aSharedAltingConnectionClientConnectionServerover a JCSP.NET network.
-