All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.net.class-use.HostSpecifier.html Maven / Gradle / Ivy

There is a newer version: 11.0.1
Show newest version






Uses of Class com.google.common.net.HostSpecifier (Guava: Google Core Libraries for Java - release 05)














Uses of Class
com.google.common.net.HostSpecifier

Packages that use HostSpecifier
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
static HostSpecifier HostSpecifier.from(String specifier)
          Attempts to return a HostSpecifier for the given string, throwing an exception if parsing fails.
static HostSpecifier HostSpecifier.fromValid(String specifier)
          Returns a HostSpecifier built from the provided specifier, which is already known to be valid.
 







© 2015 - 2024 Weber Informatics LLC | Privacy Policy