public interface Any2AnyConnection<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()
SharedConnectionServer<T> server()
Copyright © 1996–2023. All rights reserved.