Uses of Class
org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
-
Packages that use HttpClientHandler.HostnameVerifier Package Description org.forgerock.http.handler CoreHandlerimplementations. -
-
Uses of HttpClientHandler.HostnameVerifier in org.forgerock.http.handler
Fields in org.forgerock.http.handler with type parameters of type HttpClientHandler.HostnameVerifier Modifier and Type Field Description static Option<HttpClientHandler.HostnameVerifier>HttpClientHandler. OPTION_HOSTNAME_VERIFIERSpecifies the SSL host name verification policy.Methods in org.forgerock.http.handler that return HttpClientHandler.HostnameVerifier Modifier and Type Method Description static HttpClientHandler.HostnameVerifierHttpClientHandler.HostnameVerifier. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpClientHandler.HostnameVerifier[]HttpClientHandler.HostnameVerifier. values()Returns an array containing the constants of this enum type, in the order they are declared.
-