BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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 that return HostnameVerifier
 HostnameVerifier SSLClientInfo.getHostnameVerifier()
           
 

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


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