Package | Description |
---|---|
org.apache.http.conn.ssl |
Client TLS/SSL support.
|
Modifier and Type | Class and Description |
---|---|
class |
AllowAllHostnameVerifier
The ALLOW_ALL HostnameVerifier essentially turns hostname verification
off.
|
class |
BrowserCompatHostnameVerifier
The HostnameVerifier that works the same way as Curl and Firefox.
|
class |
StrictHostnameVerifier
The Strict HostnameVerifier works the same way as Sun Java 1.4, Sun
Java 5, Sun Java 6-rc.
|
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.