Interface | Description |
---|---|
HttpClientHostnameVerifier |
Extended
HostnameVerifier interface. |
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 |
Layered socket factory for TLS/SSL connections.
|
SSLConnectionSocketFactoryBuilder |
Builder for
SSLConnectionSocketFactory instances. |
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. |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.