public interface One2AnyConnection<T> extends ConnectionWithSharedAltingServer<T>
| Modifier and Type | Method and Description |
|---|---|
AltingConnectionClient<T> |
client()
Returns the client part of the connection.
|
SharedConnectionServer<T> |
server()
Returns the server part of the connection.
|
AltingConnectionClient<T> client()
SharedConnectionServer<T> server()
server in interface ConnectionWithSharedAltingServer<T>