Package | Description |
---|---|
com.google.thirdparty.publicsuffix |
Modifier and Type | Field and Description |
---|---|
static ImmutableMap<String,PublicSuffixType> |
PublicSuffixPatterns.EXACT
If a hostname is contained as a key in this map, it is a public suffix.
|
static ImmutableMap<String,PublicSuffixType> |
PublicSuffixPatterns.EXCLUDED
The elements in this map would pass the UNDER test, but are known not to
be public suffixes and are thus excluded from consideration.
|
static ImmutableMap<String,PublicSuffixType> |
PublicSuffixPatterns.UNDER
If a hostname is not a key in the EXCLUDE map, and if removing its
leftmost component results in a name which is a key in this map, it is a
public suffix.
|
Modifier and Type | Method and Description |
---|---|
static PublicSuffixType |
PublicSuffixType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicSuffixType[] |
PublicSuffixType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2019. All rights reserved.