Uses of Class
monero.common.NetworkUtils.HostAndPort
Packages that use NetworkUtils.HostAndPort
-
Uses of NetworkUtils.HostAndPort in monero.common
Methods in monero.common that return NetworkUtils.HostAndPortModifier and TypeMethodDescriptionstatic NetworkUtils.HostAndPortNetworkUtils.parseHostAndPort(String address, int defaultPort) Parse an address of the form "host", "host:port", "[ipv6]" or "[ipv6]:port".static NetworkUtils.HostAndPortNetworkUtils.parseHostAndPort(String address, int defaultPort, boolean portRequired) Parse an address of the form "host", "host:port", "[ipv6]" or "[ipv6]:port".