BEA Systems, Inc.

Uses of Interface
weblogic.security.SSL.HostnameVerifier

Packages that use HostnameVerifier
weblogic.net.http   
weblogic.security.SSL   
 

Uses of HostnameVerifier in weblogic.net.http
 

Methods in weblogic.net.http that return HostnameVerifier
 HostnameVerifier HttpsURLConnection.getHostnameVerifier()
          Gets the HostnameVerifier.
 

Methods in weblogic.net.http with parameters of type HostnameVerifier
 void HttpsURLConnection.setHostnameVerifier(HostnameVerifier hv)
          Sets the HostnameVerifier.
 

Uses of HostnameVerifier in weblogic.security.SSL
 

Methods in weblogic.security.SSL with parameters of type HostnameVerifier
 void SSLContext.setHostnameVerifier(HostnameVerifier hv)
          Sets the HostnameVerifier for this instance of this class.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.