Uses of Class
io.atomix.utils.net.Address
Packages that use Address
Package
Description
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 AddressModifier and TypeMethodDescriptionstatic AddressAddress.from(int port) Returns an address for the local host and the given port.static AddressReturns the address from the given host:port string.static AddressReturns an address for the given host/port.static AddressAddress.local()Returns an address that binds to all interfaces.