Java com.google.common.net HostSpecifier fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.net HostSpecifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.net HostSpecifier.

The text is from its open source code.

Method

HostSpecifierfrom(String specifier)
Attempts to return a HostSpecifier for the given string, throwing an exception if parsing fails.
HostSpecifierfromValid(String specifier)
Returns a HostSpecifier built from the provided specifier , which is already known to be valid.
booleanisValid(String specifier)
Determines whether specifier represents a valid HostSpecifier as described in the documentation for #fromValid(String) .
StringtoString()
Returns a string representation of the host specifier suitable for inclusion in a URI.