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 interfaceAny2AnyConnection<T>Defines an interface for a connection shared by multiple clients and multiple servers.interfaceAny2OneConnection<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) classAny2AnyConnectionImpl<T>This class is an implementation ofAny2AnyConnection.(package private) classAny2OneConnectionImpl<T>This class is an implementation ofAny2OneConnection.Fields in org.jcsp.lang declared as ConnectionWithSharedAltingClient Modifier and Type Field Description private ConnectionWithSharedAltingClientSharedAltingConnectionClient. parentConstructors 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)
-