| Interface | Description | 
|---|---|
| HttpClientHostnameVerifier | Extended  HostnameVerifierinterface. | 
| TlsSocketStrategy | TLS protocol upgrade strategy for blocking  Sockets. | 
| Class | Description | 
|---|---|
| ClientTlsStrategyBuilder | Builder for client TLS strategy 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  HostnameVerifierimplementation. | 
| 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  SSLContextBuilderloadTrustMaterialmethods. | 
| Enum | Description | 
|---|---|
| HostnameVerificationPolicy | Hostname verification policy. | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.