java.lang.Object | ||
↳ | org.apache.http.conn.ssl.AbstractVerifier | |
↳ | org.apache.http.conn.ssl.AllowAllHostnameVerifier |
The ALLOW_ALL HostnameVerifier essentially turns hostname verification off. This implementation is a no-op, and never throws the SSLException.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.conn.ssl.AbstractVerifier
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
javax.net.ssl.HostnameVerifier
| |||||||||||
From interface
org.apache.http.conn.ssl.X509HostnameVerifier
|