Class NoopHostnameVerifier

java.lang.Object
org.apache.http.conn.ssl.NoopHostnameVerifier
All Implemented Interfaces:
HostnameVerifier

@Contract(threading=IMMUTABLE) public class NoopHostnameVerifier extends Object implements HostnameVerifier
The NO_OP HostnameVerifier essentially turns hostname verification off. This implementation is a no-op, and never throws the SSLException.
Since:
4.4