| Package | Description |
|---|---|
| io.atomix.utils.net |
Provides classes and interfaces for representing and operating on IP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
static Address |
Address.from(int port)
Returns an address for the local host and the given port.
|
static Address |
Address.from(java.lang.String address)
Returns the address from the given host:port string.
|
static Address |
Address.from(java.lang.String host,
int port)
Returns an address for the given host/port.
|
static Address |
Address.local()
Returns an address that binds to all interfaces.
|
Copyright © 2013-2019. All Rights Reserved.