| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostnameVerifier | |
|---|---|
| javax.naming.ldap | Provides support for LDAPv3 extended operations and controls. | 
| javax.net.ssl | Provides classes for the secure socket package. | 
| Uses of HostnameVerifier in javax.naming.ldap | 
|---|
| Methods in javax.naming.ldap with parameters of type HostnameVerifier | |
|---|---|
| abstract  void | StartTlsResponse.setHostnameVerifier(HostnameVerifier verifier)Sets the hostname verifier used by negotiate() after the TLS handshake has completed and the default hostname verification has failed. | 
| Uses of HostnameVerifier in javax.net.ssl | 
|---|
| Fields in javax.net.ssl declared as HostnameVerifier | |
|---|---|
| protected  HostnameVerifier | HttpsURLConnection.hostnameVerifierThe hostnameVerifierfor this object. | 
| Methods in javax.net.ssl that return HostnameVerifier | |
|---|---|
| static HostnameVerifier | HttpsURLConnection.getDefaultHostnameVerifier()Gets the default HostnameVerifierthat is inherited
 by new instances of this class. | 
|  HostnameVerifier | HttpsURLConnection.getHostnameVerifier()Gets the HostnameVerifierin place on this instance. | 
| Methods in javax.net.ssl with parameters of type HostnameVerifier | |
|---|---|
| static void | HttpsURLConnection.setDefaultHostnameVerifier(HostnameVerifier v)Sets the default HostnameVerifierinherited by a
 new instance of this class. | 
|  void | HttpsURLConnection.setHostnameVerifier(HostnameVerifier v)Sets the HostnameVerifierfor this instance. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.