Class NoopHostnameVerifier

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

@Contract(threading=STATELESS) 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