Uses of Interface
javax.net.ssl.HostnameVerifier
Package
Description
Provides support for LDAPv3 extended operations and controls.
Provides classes for the secure socket package.
-
Uses of HostnameVerifier in javax.naming.ldap
Modifier and TypeMethodDescriptionabstract void
StartTlsResponse.setHostnameVerifier
(HostnameVerifier verifier) Sets the hostname verifier used bynegotiate()
after the TLS handshake has completed and the default hostname verification has failed. -
Uses of HostnameVerifier in javax.net.ssl
Modifier and TypeFieldDescriptionprotected HostnameVerifier
HttpsURLConnection.hostnameVerifier
ThehostnameVerifier
for this object.Modifier and TypeMethodDescriptionstatic HostnameVerifier
HttpsURLConnection.getDefaultHostnameVerifier()
Gets the defaultHostnameVerifier
that is inherited by new instances of this class.HttpsURLConnection.getHostnameVerifier()
Gets theHostnameVerifier
in place on this instance.Modifier and TypeMethodDescriptionstatic void
HttpsURLConnection.setDefaultHostnameVerifier
(HostnameVerifier v) Sets the defaultHostnameVerifier
inherited by a new instance of this class.void
HttpsURLConnection.setHostnameVerifier
(HostnameVerifier v) Sets theHostnameVerifier
for this instance.