Package | Description |
---|---|
org.apache.http.conn.ssl |
Client TLS/SSL support.
|
org.apache.http.conn.util |
Connection utility classes.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
Constructor and Description |
---|
DefaultHostnameVerifier(PublicSuffixMatcher publicSuffixMatcher) |
Modifier and Type | Method and Description |
---|---|
static PublicSuffixMatcher |
PublicSuffixMatcherLoader.getDefault() |
static PublicSuffixMatcher |
PublicSuffixMatcherLoader.load(File file) |
static PublicSuffixMatcher |
PublicSuffixMatcherLoader.load(URL url) |
Modifier and Type | Method and Description |
---|---|
static org.apache.http.config.Lookup<CookieSpecProvider> |
CookieSpecRegistries.createDefault(PublicSuffixMatcher publicSuffixMatcher)
Creates the default registry with the provided public suffix matcher
|
static org.apache.http.config.RegistryBuilder<CookieSpecProvider> |
CookieSpecRegistries.createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher)
Creates a builder containing the default registry entries, using the provided public suffix matcher.
|
HttpClientBuilder |
HttpClientBuilder.setPublicSuffixMatcher(PublicSuffixMatcher publicSuffixMatcher)
Assigns file containing public suffix matcher.
|
Modifier and Type | Method and Description |
---|---|
static CommonCookieAttributeHandler |
PublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler,
PublicSuffixMatcher publicSuffixMatcher) |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.