Uses of Interface
org.jcsp.lang.ConnectionClient
-
Packages that use ConnectionClient 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 ConnectionClient in org.jcsp.lang
Subinterfaces of ConnectionClient in org.jcsp.lang Modifier and Type Interface Description interfaceSharedConnectionClient<T>Defines an interface for a client end of a connection that can be shared by multiple clients.Classes in org.jcsp.lang that implement ConnectionClient Modifier and Type Class Description classAltingConnectionClient<T>This class is sub-classed by JCSP.NET classes to provideConnectionClientobjects which can have theirreceive()method alted over.classAltingConnectionClientImpl<T>This class does not need to be used by standard JCSP users.classSharedAltingConnectionClient<T>Implements a client end of a Connection which can have multiple client processes. -
Uses of ConnectionClient in org.jcsp.net
Subinterfaces of ConnectionClient in org.jcsp.net Modifier and Type Interface Description interfaceNetConnectionClientThis interface should be implemented by classes that wish to act as NetworkedConnectionClientobjects.interfaceNetSharedConnectionClientThis interface should be implemented by classes that wish to act asSharedConnectionClientobjects which accept connections fromConnectionClientobjects from over a JCSP.NET network.Classes in org.jcsp.net that implement ConnectionClient 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. -
Uses of ConnectionClient in org.jcsp.net2
Subinterfaces of ConnectionClient in org.jcsp.net2 Modifier and Type Interface Description interfaceNetConnectionClientClasses in org.jcsp.net2 that implement ConnectionClient Modifier and Type Class Description classNetAltingConnectionClient
-