| Package | Description | 
|---|---|
| org.apache.hc.client5.http.impl | |
| org.apache.hc.client5.http.impl.cookie | Standard and common HTTP cookie management policies. | 
| org.apache.hc.client5.http.psl | Public Suffix List support classes. | 
| org.apache.hc.client5.http.ssl | Client TLS/SSL support. | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> | CookieSpecSupport. createDefault(PublicSuffixMatcher publicSuffixMatcher)Creates the default registry with the provided public suffix matcher | 
| static org.apache.hc.core5.http.config.RegistryBuilder<CookieSpecFactory> | CookieSpecSupport. createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher)Creates a builder containing the default registry entries, using the provided public suffix matcher. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CommonCookieAttributeHandler | PublicSuffixDomainFilter. decorate(CommonCookieAttributeHandler handler,
        PublicSuffixMatcher publicSuffixMatcher) | 
| Constructor and Description | 
|---|
| PublicSuffixDomainFilter(CommonCookieAttributeHandler handler,
                        PublicSuffixMatcher publicSuffixMatcher) | 
| RFC6265CookieSpecFactory(PublicSuffixMatcher publicSuffixMatcher) | 
| RFC6265CookieSpecFactory(RFC6265CookieSpecFactory.CompatibilityLevel compatibilityLevel,
                        PublicSuffixMatcher publicSuffixMatcher) | 
| Modifier and Type | Method and Description | 
|---|---|
| static PublicSuffixMatcher | PublicSuffixMatcherLoader. getDefault() | 
| static PublicSuffixMatcher | PublicSuffixMatcherLoader. load(File file) | 
| static PublicSuffixMatcher | PublicSuffixMatcherLoader. load(URL url) | 
| Constructor and Description | 
|---|
| DefaultHostnameVerifier(PublicSuffixMatcher publicSuffixMatcher) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.