Stay organized with collections
Save and categorize content based on your preferences.
org.apache.http.conn.ssl
Interfaces
X509HostnameVerifier |
Interface for checking if a hostname matches the names stored inside the server's X.
|
Classes
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# org.apache.http.conn.ssl\n========================\n\nInterfaces\n----------\n\n|-----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|\n| [X509HostnameVerifier](/reference/kotlin/org/apache/http/conn/ssl/X509HostnameVerifier) | Interface for checking if a hostname matches the names stored inside the server's X. |\n\nClasses\n-------\n\n|-----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| [AbstractVerifier](/reference/kotlin/org/apache/http/conn/ssl/AbstractVerifier) | Abstract base class for all standard [X509HostnameVerifier](/reference/kotlin/org/apache/http/conn/ssl/X509HostnameVerifier) implementations. |\n| [AllowAllHostnameVerifier](/reference/kotlin/org/apache/http/conn/ssl/AllowAllHostnameVerifier) | The ALLOW_ALL HostnameVerifier essentially turns hostname verification off. |\n| [BrowserCompatHostnameVerifier](/reference/kotlin/org/apache/http/conn/ssl/BrowserCompatHostnameVerifier) | The HostnameVerifier that works the same way as Curl and Firefox. |\n| [SSLSocketFactory](/reference/kotlin/org/apache/http/conn/ssl/SSLSocketFactory) | Layered socket factory for TLS/SSL connections, based on JSSE. |\n| [StrictHostnameVerifier](/reference/kotlin/org/apache/http/conn/ssl/StrictHostnameVerifier) | The Strict HostnameVerifier works the same way as Sun Java 1. |"]]