Org.Apache.Http.Conn.Ssl Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TLS/SSL specific parts of the HttpConn API.
Classes
| Name | Description |
|---|---|
| AbstractVerifier |
Abstract base class for all standard |
| AllowAllHostnameVerifier |
The ALLOW_ALL HostnameVerifier essentially turns hostname verification off. |
| BrowserCompatHostnameVerifier |
The HostnameVerifier that works the same way as Curl and Firefox. |
| SSLSocketFactory |
Layered socket factory for TLS/SSL connections, based on JSSE. |
| StrictHostnameVerifier |
The Strict HostnameVerifier works the same way as Sun Java 1. |
Interfaces
| Name | Description |
|---|---|
| IX509HostnameVerifier |
Interface for checking if a hostname matches the names stored inside the server's X. |
Remarks
AOSP source documentation for org.apache.http.conn.ssl.
Portions of this page are derived from Apache HttpClient source code made available by the Apache Software Foundation under the Apache License, Version 2.0.