public class ConfigurableHostnameVerifier extends Object implements HostnameVerifier
| Constructor and Description |
|---|
ConfigurableHostnameVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getHostname() |
static SSLSession |
getSslSession() |
static void |
setAccepting(boolean accepting) |
boolean |
verify(String hostname,
SSLSession sslSession) |
public boolean verify(String hostname, SSLSession sslSession)
verify in interface HostnameVerifierpublic static void setAccepting(boolean accepting)
public static SSLSession getSslSession()
public static String getHostname()
Copyright © 2021 Eclipse Foundation. All rights reserved.