Package | Description |
---|---|
com.sun.webkit.network |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,PublicSuffixes.Rule> |
PublicSuffixes.RULES
The mapping from domain names to public suffix list rules.
|
Modifier and Type | Method and Description |
---|---|
static PublicSuffixes.Rule |
PublicSuffixes.Rule.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PublicSuffixes.Rule[] |
PublicSuffixes.Rule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<java.lang.String,PublicSuffixes.Rule> |
PublicSuffixes.loadRules(java.io.BufferedReader reader)
Loads the public suffix list from a given reader.
|
private static java.util.Map<java.lang.String,PublicSuffixes.Rule> |
PublicSuffixes.loadRules(java.lang.String resourceName)
Loads the public suffix list from a given resource.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
PublicSuffixes.toLogString(java.util.Map<java.lang.String,PublicSuffixes.Rule> rules)
Converts a map of rules to a string suitable for displaying
in the log.
|