| Package | Description |
|---|---|
| io.atomix.utils.net |
Provides classes and interfaces for representing and operating on IP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
Address.Type |
Address.type()
Returns the address type.
|
static Address.Type |
Address.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.Type[] |
Address.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2018. All rights reserved.