Uses of Class
org.apache.http.conn.ssl.DefaultHostnameVerifier.HostNameType
-
Packages that use DefaultHostnameVerifier.HostNameType Package Description org.apache.http.conn.ssl Client TLS/SSL support. -
-
Uses of DefaultHostnameVerifier.HostNameType in org.apache.http.conn.ssl
Methods in org.apache.http.conn.ssl that return DefaultHostnameVerifier.HostNameType Modifier and Type Method Description (package private) static DefaultHostnameVerifier.HostNameType
DefaultHostnameVerifier. determineHostFormat(java.lang.String host)
static DefaultHostnameVerifier.HostNameType
DefaultHostnameVerifier.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.
-