Package | Description |
---|---|
org.jboss.resteasy.client.jaxrs | |
org.jboss.resteasy.client.jaxrs.internal |
Modifier and Type | Method and Description |
---|---|
abstract ResteasyClientBuilder.HostnameVerificationPolicy |
ResteasyClientBuilder.getHostnameVerification() |
static ResteasyClientBuilder.HostnameVerificationPolicy |
ResteasyClientBuilder.HostnameVerificationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResteasyClientBuilder.HostnameVerificationPolicy[] |
ResteasyClientBuilder.HostnameVerificationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract ResteasyClientBuilder |
ResteasyClientBuilder.hostnameVerification(ResteasyClientBuilder.HostnameVerificationPolicy policy)
SSL policy used to verify hostnames
|
Modifier and Type | Field and Description |
---|---|
protected ResteasyClientBuilder.HostnameVerificationPolicy |
ResteasyClientBuilderImpl.policy |
Modifier and Type | Method and Description |
---|---|
ResteasyClientBuilder.HostnameVerificationPolicy |
ResteasyClientBuilderImpl.getHostnameVerification() |
Modifier and Type | Method and Description |
---|---|
ResteasyClientBuilderImpl |
ResteasyClientBuilderImpl.hostnameVerification(ResteasyClientBuilder.HostnameVerificationPolicy policy)
SSL policy used to verify hostnames
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.