Uses of Class
io.atomix.utils.net.Address.Type
-
Packages that use Address.Type Package Description io.atomix.utils.net Provides classes and interfaces for representing and operating on IP addresses. -
-
Uses of Address.Type in io.atomix.utils.net
Methods in io.atomix.utils.net that return Address.Type Modifier and Type Method Description Address.TypeAddress. type()Returns the address type.static Address.TypeAddress.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.
-