Uses of Interface
org.apache.http.conn.ssl.X509HostnameVerifier
| Package | Description |
|---|---|
| org.apache.http.conn.ssl |
TLS/SSL specific parts of the HttpConn API.
|
-
Uses of X509HostnameVerifier in org.apache.http.conn.ssl
Classes in org.apache.http.conn.ssl that implement X509HostnameVerifier Modifier and Type Class Description classAbstractVerifierAbstract base class for all standardX509HostnameVerifierimplementations.classAllowAllHostnameVerifierThe ALLOW_ALL HostnameVerifier essentially turns hostname verification off.classBrowserCompatHostnameVerifierThe HostnameVerifier that works the same way as Curl and Firefox.classStrictHostnameVerifierThe Strict HostnameVerifier works the same way as Sun Java 1.4, Sun Java 5, Sun Java 6-rc.Fields in org.apache.http.conn.ssl declared as X509HostnameVerifier Modifier and Type Field Description static X509HostnameVerifierSSLSocketFactory. ALLOW_ALL_HOSTNAME_VERIFIERstatic X509HostnameVerifierSSLSocketFactory. BROWSER_COMPATIBLE_HOSTNAME_VERIFIERstatic X509HostnameVerifierSSLSocketFactory. STRICT_HOSTNAME_VERIFIERMethods in org.apache.http.conn.ssl that return X509HostnameVerifier Modifier and Type Method Description X509HostnameVerifierSSLSocketFactory. getHostnameVerifier()Methods in org.apache.http.conn.ssl with parameters of type X509HostnameVerifier Modifier and Type Method Description voidSSLSocketFactory. setHostnameVerifier(X509HostnameVerifier hostnameVerifier)