public final class CookieSpecRegistries
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <any> |
createDefault()
Creates the default registry, using the default public suffix matcher.
|
static <any> |
createDefault(PublicSuffixMatcher publicSuffixMatcher)
Creates the default registry with the provided public suffix matcher
|
static <any> |
createDefaultBuilder()
Creates a builder containing the default registry entries with the default public suffix matcher.
|
static <any> |
createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher)
Creates a builder containing the default registry entries, using the provided public suffix matcher.
|
public static <any> createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher)
public static <any> createDefaultBuilder()
public static <any> createDefault()
public static <any> createDefault(PublicSuffixMatcher publicSuffixMatcher)