| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Connection> |
Client.connect(Address address)
Connects the client to the given address.
|
CompletableFuture<Void> |
Server.listen(Address address,
Consumer<Connection> listener)
Listens for connections on the server.
|
| Constructor and Description |
|---|
Address(Address address) |
Copyright © 2013–2015. All rights reserved.