@Internal public final class CookieSpecSupport extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> | createDefault()Creates the default registry, using the default public suffix matcher. | 
| static org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> | createDefault(PublicSuffixMatcher publicSuffixMatcher)Creates the default registry with the provided public suffix matcher | 
| static org.apache.hc.core5.http.config.RegistryBuilder<CookieSpecFactory> | createDefaultBuilder()Creates a builder containing the default registry entries with the default public suffix matcher. | 
| static org.apache.hc.core5.http.config.RegistryBuilder<CookieSpecFactory> | createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher)Creates a builder containing the default registry entries, using the provided public suffix matcher. | 
public static org.apache.hc.core5.http.config.RegistryBuilder<CookieSpecFactory> createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher)
public static org.apache.hc.core5.http.config.RegistryBuilder<CookieSpecFactory> createDefaultBuilder()
public static org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> createDefault()
public static org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> createDefault(PublicSuffixMatcher publicSuffixMatcher)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.