java.lang.Object
nl.altindag.ssl.hostnameverifier.UnsafeHostnameVerifier
- All Implemented Interfaces:
HostnameVerifier
NOTE:
Please don't use this class directly as it is part of the internal API. Class name and methods can be changed any time.
Instead use the
HostnameVerifierUtils which provides the same functionality
while it has a stable API because it is part of the public API.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HostnameVerifierbooleanverify(String host, SSLSession sslSession)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
UnsafeHostnameVerifier
private UnsafeHostnameVerifier()
-
-
Method Details
-
verify
- Specified by:
verifyin interfaceHostnameVerifier
-
getInstance
-