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
 

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.