|
Class Summary |
| AnyHostnameVerifier |
Hostname verifier that performs no host name verification for an SSL peer
such that all hosts are allowed. |
| HttpsURLConnectionFactory |
An implementation of the HttpURLConnectionFactory whose responsible to configure
the underlying https connection, if needed, with a given hostname and SSL socket factory based on the
configuration provided. |
| RegexHostnameVerifier |
Validates an SSL peer's hostname using a regular expression that a candidate
host must match in order to be verified. |
| WhitelistHostnameVerifier |
Verifies a SSL peer host name based on an explicit whitelist of allowed hosts. |