Uses of Interface
org.jcsp.lang.ConnectionWithSharedAltingClient
-
Packages that use ConnectionWithSharedAltingClient Package Description org.jcsp.lang 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.lang Modifier and Type Interface Description interface
Any2AnyConnection<T>
Defines an interface for a connection shared by multiple clients and multiple servers.interface
Any2OneConnection<T>
Defines 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 ConnectionWithSharedAltingClient Modifier and Type Class Description (package private) class
Any2AnyConnectionImpl<T>
This class is an implementation ofAny2AnyConnection
.(package private) class
Any2OneConnectionImpl<T>
This class is an implementation ofAny2OneConnection
.Fields in org.jcsp.lang declared as ConnectionWithSharedAltingClient Modifier and Type Field Description private ConnectionWithSharedAltingClient
SharedAltingConnectionClient. parent
Constructors in org.jcsp.lang with parameters of type ConnectionWithSharedAltingClient Constructor Description SharedAltingConnectionClient(AltingChannelInput fromServer, ChannelInput synchIn, ChannelOutput openToServer, ChannelOutput reqToServer, SharedChannelOutput synchOut, ChannelOutput backToClient, ConnectionWithSharedAltingClient parent)
-