| Interface | Description |
|---|---|
| HttpClientHostnameVerifier |
Extended
HostnameVerifier interface. |
| Class | Description |
|---|---|
| DefaultHostnameVerifier |
Default
HostnameVerifier implementation. |
| H2TlsStrategy |
Default SSL upgrade strategy for non-blocking connections.
|
| NoopHostnameVerifier |
The NO_OP HostnameVerifier essentially turns hostname verification
off.
|
| SSLConnectionSocketFactory |
Layered socket factory for TLS/SSL connections.
|
| TrustAllStrategy |
A trust strategy that accepts all certificates as trusted.
|
| TrustSelfSignedStrategy |
A trust strategy that accepts self-signed certificates as trusted.
|
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.