Uses of Interface
org.jcsp.lang.ConnectionClient
Packages that use ConnectionClient
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of ConnectionClient in org.jcsp.lang
Subinterfaces of ConnectionClient in org.jcsp.langModifier and TypeInterfaceDescriptioninterfaceDefines an interface for a client end of a connection that can be shared by multiple clients.Classes in org.jcsp.lang that implement ConnectionClientModifier and TypeClassDescriptionclassThis class is sub-classed by JCSP.NET classes to provideConnectionClientobjects which can have theirreceive()method alted over.classThis class does not need to be used by standard JCSP users.classImplements 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.netModifier and TypeInterfaceDescriptioninterfaceThis interface should be implemented by classes that wish to act as NetworkedConnectionClientobjects.interfaceThis 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 ConnectionClientModifier and TypeClassDescriptionclassInstances of this class areAltingConnectionClientobjects which connect toConnectionServerobjects over a JCSP.NET network.classDefines 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.net2Classes in org.jcsp.net2 that implement ConnectionClient