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