Package org.jcsp.lang
Interface One2AnyConnection<T>
- All Superinterfaces:
ConnectionWithSharedAltingServer<T>
- All Known Implementing Classes:
One2AnyConnectionImpl
An interface for a connection which can be used by only one client but which can be used by multiple
concurrent servers.
-
Method Details
-
client
AltingConnectionClient<T> client()Returns the client part of the connection. -
server
SharedConnectionServer<T> server()Returns the server part of the connection.- Specified by:
server
in interfaceConnectionWithSharedAltingServer<T>
-