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 |
---|---|
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–2015 The Apache Software Foundation. All rights reserved.