Class AllowAllHostNameVerifier
- java.lang.Object
-
- io.streamthoughts.azkarra.http.security.AllowAllHostNameVerifier
-
- All Implemented Interfaces:
HostnameVerifier
public class AllowAllHostNameVerifier extends Object implements HostnameVerifier
AHostnameVerifier
that accept all certificates.
-
-
Constructor Summary
Constructors Constructor Description AllowAllHostNameVerifier()
-
-
-
Method Detail
-
verify
public boolean verify(String hostname, SSLSession sslSession)
- Specified by:
verify
in interfaceHostnameVerifier
-
-