public final class UnsafeHostNameVerifier extends Object implements HostnameVerifier
HostnameVerifierUtils which provides the same functionality
while it has a stable API because it is part of the public API.
| Modifier and Type | Method and Description |
|---|---|
static HostnameVerifier |
getInstance() |
boolean |
verify(String host,
SSLSession sslSession) |
public boolean verify(String host, SSLSession sslSession)
verify in interface HostnameVerifierpublic static HostnameVerifier getInstance()
Copyright © 2022. All rights reserved.