Uses of Class
com.google.common.net.HostSpecifier
-
Packages that use HostSpecifier Package Description com.google.common.net This package contains utility methods and classes for working with net addresses (numeric IP and domain names). -
-
Uses of HostSpecifier in com.google.common.net
Methods in com.google.common.net that return HostSpecifier Modifier and Type Method Description static HostSpecifierHostSpecifier. from(String specifier)Attempts to return aHostSpecifierfor the given string, throwing an exception if parsing fails.static HostSpecifierHostSpecifier. fromValid(String specifier)Returns aHostSpecifierbuilt from the providedspecifier, which is already known to be valid.
-