Uses of Interface
org.jcsp.lang.ConnectionWithSharedAltingClient
Packages that use ConnectionWithSharedAltingClient
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
-
Uses of ConnectionWithSharedAltingClient in org.jcsp.lang
Subinterfaces of ConnectionWithSharedAltingClient in org.jcsp.langModifier and TypeInterfaceDescriptioninterfaceDefines an interface for a connection shared by multiple clients and multiple servers.interfaceDefines an interface for a connection that can be shared by multiple concurrent clients but used by a single server.Classes in org.jcsp.lang that implement ConnectionWithSharedAltingClientModifier and TypeClassDescription(package private) classThis class is an implementation ofAny2AnyConnection.(package private) classThis class is an implementation ofAny2OneConnection.Fields in org.jcsp.lang declared as ConnectionWithSharedAltingClientModifier and TypeFieldDescriptionprivate ConnectionWithSharedAltingClientSharedAltingConnectionClient.parentConstructors in org.jcsp.lang with parameters of type ConnectionWithSharedAltingClientModifierConstructorDescriptionprotectedSharedAltingConnectionClient(AltingChannelInput fromServer, ChannelInput synchIn, ChannelOutput openToServer, ChannelOutput reqToServer, SharedChannelOutput synchOut, ChannelOutput backToClient, ConnectionWithSharedAltingClient parent)