Uses of Class
org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder.HostnameVerificationPolicy
-
Packages that use ResteasyClientBuilder.HostnameVerificationPolicy Package Description org.jboss.resteasy.client.jaxrs org.jboss.resteasy.client.jaxrs.internal -
-
Uses of ResteasyClientBuilder.HostnameVerificationPolicy in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs that return ResteasyClientBuilder.HostnameVerificationPolicy Modifier and Type Method Description abstract ResteasyClientBuilder.HostnameVerificationPolicyResteasyClientBuilder. getHostnameVerification()static ResteasyClientBuilder.HostnameVerificationPolicyResteasyClientBuilder.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.Methods in org.jboss.resteasy.client.jaxrs with parameters of type ResteasyClientBuilder.HostnameVerificationPolicy Modifier and Type Method Description abstract ResteasyClientBuilderResteasyClientBuilder. hostnameVerification(ResteasyClientBuilder.HostnameVerificationPolicy policy)SSL policy used to verify hostnames -
Uses of ResteasyClientBuilder.HostnameVerificationPolicy in org.jboss.resteasy.client.jaxrs.internal
Fields in org.jboss.resteasy.client.jaxrs.internal declared as ResteasyClientBuilder.HostnameVerificationPolicy Modifier and Type Field Description protected ResteasyClientBuilder.HostnameVerificationPolicyResteasyClientBuilderImpl. policyMethods in org.jboss.resteasy.client.jaxrs.internal that return ResteasyClientBuilder.HostnameVerificationPolicy Modifier and Type Method Description ResteasyClientBuilder.HostnameVerificationPolicyResteasyClientBuilderImpl. getHostnameVerification()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ResteasyClientBuilder.HostnameVerificationPolicy Modifier and Type Method Description ResteasyClientBuilderImplResteasyClientBuilderImpl. hostnameVerification(ResteasyClientBuilder.HostnameVerificationPolicy policy)SSL policy used to verify hostnames
-