Uses of Class
io.atomix.utils.net.Address
-
Packages that use Address Package Description io.atomix.utils.net Provides classes and interfaces for representing and operating on IP addresses. -
-
Uses of Address in io.atomix.utils.net
Methods in io.atomix.utils.net that return Address Modifier and Type Method Description static AddressAddress. from(int port)Returns an address for the local host and the given port.static AddressAddress. from(String address)Returns the address from the given host:port string.static AddressAddress. from(String host, int port)Returns an address for the given host/port.static AddressAddress. local()Returns an address that binds to all interfaces.
-