Uses of Class
org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
-
Packages that use DefaultHostnameVerifier.HostNameType Package Description org.apache.hc.client5.http.ssl Client TLS/SSL support. -
-
Uses of DefaultHostnameVerifier.HostNameType in org.apache.hc.client5.http.ssl
Methods in org.apache.hc.client5.http.ssl that return DefaultHostnameVerifier.HostNameType Modifier and Type Method Description (package private) static DefaultHostnameVerifier.HostNameTypeDefaultHostnameVerifier. determineHostFormat(java.lang.String host)static DefaultHostnameVerifier.HostNameTypeDefaultHostnameVerifier.HostNameType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DefaultHostnameVerifier.HostNameType[]DefaultHostnameVerifier.HostNameType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-