Uses of Class
org.apache.http.conn.ssl.AbstractVerifier
| Package | Description |
|---|---|
| org.apache.http.conn.ssl |
TLS/SSL specific parts of the HttpConn API.
|
-
Uses of AbstractVerifier in org.apache.http.conn.ssl
Subclasses of AbstractVerifier in org.apache.http.conn.ssl Modifier and Type Class Description 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.