| Package | Description |
|---|---|
| javax.naming.ldap |
Provides support for LDAPv3 extended operations and controls.
|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
StartTlsResponse.setHostnameVerifier(HostnameVerifier
Sets the hostname verifier used by
negotiate() after the TLS handshake has completed and the default hostname verification has failed.
|
| Modifier and Type | Field and Description |
|---|---|
protected HostnameVerifier |
HttpsURLConnection.hostnameVerifier
The
hostnameVerifier for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static HostnameVerifier |
HttpsURLConnection.getDefaultHostnameVerifier()
Gets the default
HostnameVerifier that is inherited by new instances of this class.
|
HostnameVerifier |
HttpsURLConnection.getHostnameVerifier()
Gets the
HostnameVerifier in place on this instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpsURLConnection.setDefaultHostnameVerifier(HostnameVerifier
Sets the default
HostnameVerifier inherited by a new instance of this class.
|
void |
HttpsURLConnection.setHostnameVerifier(HostnameVerifier
Sets the
HostnameVerifier for this instance.
|