public interface Any2OneConnection<T>
Defines an interface for a connection that can be shared
by multiple concurrent clients but used by
a single server. The server end of the connection can be
used as a guard in an Alternative
.
Modifier and Type | Method and Description |
---|---|
SharedAltingConnectionClient<T> |
client()
Returns a client end of the connection.
|
AltingConnectionServer<T> |
server()
Returns the server end of the connection.
|
SharedAltingConnectionClient<T> client()
SharedAltingConnectionClient
object.AltingConnectionServer<T> server()
AltingConnectionServer
.Copyright © 1996–2020. All rights reserved.