| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
| org.apache.hc.client5.http.impl.sync |
Default HTTP client implementation.
|
| org.apache.hc.client5.http.psl | |
| org.apache.hc.client5.http.ssl |
Client TLS/SSL support.
|
| Modifier and Type | Method and Description |
|---|---|
static CommonCookieAttributeHandler |
PublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler,
PublicSuffixMatcher publicSuffixMatcher) |
| Constructor and Description |
|---|
PublicSuffixDomainFilter(CommonCookieAttributeHandler handler,
PublicSuffixMatcher publicSuffixMatcher) |
RFC6265CookieSpecProvider(PublicSuffixMatcher publicSuffixMatcher) |
RFC6265CookieSpecProvider(RFC6265CookieSpecProvider.CompatibilityLevel compatibilityLevel,
PublicSuffixMatcher publicSuffixMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hc.core5.http.config.Lookup<CookieSpecProvider> |
CookieSpecRegistries.createDefault(PublicSuffixMatcher publicSuffixMatcher)
Creates the default registry with the provided public suffix matcher
|
static org.apache.hc.core5.http.config.RegistryBuilder<CookieSpecProvider> |
CookieSpecRegistries.createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher)
Creates a builder containing the default registry entries, using the provided public suffix matcher.
|
| 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–2017 The Apache Software Foundation. All rights reserved.