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 HostnameVerifier
public static void setAccepting(boolean accepting)
public static SSLSession getSslSession()
public static String getHostname()
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.