public class HostnameVerifiers extends Object
HostnameVerifier.| Modifier and Type | Field and Description |
|---|---|
static org.xipki.util.http.HostnameVerifiers.NoopHostnameVerifier |
NO_OP |
| Constructor and Description |
|---|
HostnameVerifiers() |
| Modifier and Type | Method and Description |
|---|---|
static HostnameVerifier |
createHostnameVerifier(String hostnameVerifierType)
Create HostnameVerifier.
|
public static final org.xipki.util.http.HostnameVerifiers.NoopHostnameVerifier NO_OP
public static HostnameVerifier createHostnameVerifier(String hostnameVerifierType) throws ObjectCreationException
hostnameVerifierType - valid values are no_op, default, or
java:{qualified class name} (without the brackets)ObjectCreationException - if could not create HostnameVerifierCopyright © 2020. All rights reserved.