Interface One2OneConnection<T>
public interface One2OneConnection<T>
Defines an interface for a connection that can be used by a single server and single client.
- Author:
- Quickstone Technologies Limited
-
Method Details
-
client
AltingConnectionClient<T> client()Returns the client end of the connection. -
server
AltingConnectionServer<T> server()Returns the server end of the connection.
-