Package | Description |
---|---|
org.apache.http.conn.ssl |
Client TLS/SSL support.
|
Modifier and Type | Method and 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.
|