| Modifier and Type | Method and Description |
|---|---|
static Connection |
Connection.create(String logicalConnectionUid,
Server server,
Endpoint clientEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Connection> |
Client.connectionStream() |
java.util.stream.Stream<Connection> |
Client.connectionStream(Server server) |
Optional<Connection> |
Client.getConnection(Context context) |
Optional<Connection> |
Client.getConnection(Server server,
Endpoint endpoint) |
Optional<Connection> |
Client.getConnection(String id) |
Map<String,Connection> |
Client.getConnections() |
Optional<Connection> |
Client.removeConnection(String id) |
| Modifier and Type | Method and Description |
|---|---|
Client |
Client.addConnection(Connection connection) |
Copyright © 2016. All Rights Reserved.