| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
Endpoint.create(String address,
int port) |
Endpoint |
Connection.getClientEndpoint() |
static Endpoint |
Endpoint.valueOf(String str) |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
Connection.create(String logicalConnectionUid,
Server server,
Endpoint clientEndpoint) |
Optional<Connection> |
Client.getConnection(Server server,
Endpoint endpoint) |
boolean |
Connection.isConnectedTo(Endpoint clientEndpoint) |
static String |
Connection.key(String logicalConnectionUid,
Server server,
Endpoint clientEndpoint) |
Copyright © 2016. All Rights Reserved.