| Package | Description |
|---|---|
| org.neo4j.driver.net |
| Modifier and Type | Method and Description |
|---|---|
static ServerAddress |
ServerAddress.of(String host,
int port)
Create a new address with the given host and port.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ServerAddress> |
ServerAddressResolver.resolve(ServerAddress address)
Resolve the given address to a set of other addresses.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ServerAddress> |
ServerAddressResolver.resolve(ServerAddress address)
Resolve the given address to a set of other addresses.
|