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
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
-