|
BEA Systems, Inc. | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLSocketFactory | |
weblogic.net.http | |
weblogic.security.SSL |
Uses of SSLSocketFactory in weblogic.net.http |
Methods in weblogic.net.http that return SSLSocketFactory | |
SSLSocketFactory |
HttpsURLConnection.getSSLSocketFactory()
Gets the SSL socket factory to be used when creating sockets for secure https URL connections. |
static SSLSocketFactory |
HttpsURLConnection.getDefaultSSLSocketFactory()
Gets the default static SSL socket factory to be used when creating sockets for secure https URL connections. |
Methods in weblogic.net.http with parameters of type SSLSocketFactory | |
void |
HttpsURLConnection.setSSLSocketFactory(SSLSocketFactory sslSF)
Sets the SSL socket factory to be used when creating sockets for secure https URL connections. |
Uses of SSLSocketFactory in weblogic.security.SSL |
Methods in weblogic.security.SSL that return SSLSocketFactory | |
SSLSocketFactory |
SSLContext.getSocketFactoryJSSE()
Deprecated. WLS 9.0 (04/2003) Replaced by getSocketFactory() |
SSLSocketFactory |
SSLContext.getSocketFactory()
Returns an SSLSocketFactory object for this context. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |