public interface Any2AnyConnection<T> extends ConnectionWithSharedAltingClient<T>, ConnectionWithSharedAltingServer<T>
Modifier and Type | Method and Description |
---|---|
SharedAltingConnectionClient<T> |
client()
Returns a reference to the client end of the connection for use by the client processes.
|
SharedConnectionServer<T> |
server()
Returns a reference to the server end of the connection for use by the server processes.
|
SharedAltingConnectionClient<T> client()
client
in interface ConnectionWithSharedAltingClient<T>
SharedConnectionServer<T> server()
server
in interface ConnectionWithSharedAltingServer<T>