Interface | Description |
---|---|
HttpClientHostnameVerifier |
Extended
HostnameVerifier interface. |
TlsSocketStrategy |
TLS protocol upgrade strategy for blocking
Socket s. |
Class | Description |
---|---|
ClientTlsStrategyBuilder |
Builder for client
TlsStrategy instances. |
ConscryptClientTlsStrategy |
TLS upgrade strategy for non-blocking client connections using Conscrypt TLS library.
|
DefaultClientTlsStrategy |
TLS upgrade strategy for non-blocking client connections.
|
DefaultHostnameVerifier |
Default
HostnameVerifier implementation. |
HttpsSupport |
HTTPS configuration support methods.
|
NoopHostnameVerifier |
The NO_OP HostnameVerifier essentially turns hostname verification
off.
|
SSLConnectionSocketFactory | Deprecated |
SSLConnectionSocketFactoryBuilder | Deprecated |
TrustAllStrategy |
A trust strategy that accepts all certificates as trusted.
|
TrustSelfSignedStrategy | Deprecated
For self-signed certificates prefer specifying a keystore containing the certificate when
calling the
SSLContextBuilder loadTrustMaterial
methods. |
Enum | Description |
---|---|
HostnameVerificationPolicy |
Hostname verification policy.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.