Uses of Interface
javax.net.ssl.HostnameVerifier

Packages that use HostnameVerifier
javax.net.ssl Provides classes for the secure socket package. 
 

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.
 



Copyright © 2011. All Rights Reserved.