JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Interface
javax.net.ssl.HostnameVerifier

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.hostnameVerifier
          The hostnameVerifier for this object.
 

Methods in javax.net.ssl that return HostnameVerifier
static HostnameVerifier HttpsURLConnection.getDefaultHostnameVerifier()
          Gets the default HostnameVerifier that it inherited when an instance of this class is created.
 HostnameVerifier HttpsURLConnection.getHostnameVerifier()
          Gets the HostnameVerifier in place on this instance.
 

Methods in javax.net.ssl with parameters of type HostnameVerifier
static void HttpsURLConnection.setDefaultHostnameVerifier(HostnameVerifier v)
          Sets the default HostnameVerifier inherited when an instance of this class is created.
 void HttpsURLConnection.setHostnameVerifier(HostnameVerifier v)
          Sets the HostnameVerifier.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.