Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Class
weblogic.security.SSL.SSLSocketFactory

Packages that use SSLSocketFactory
weblogic.net.http Provides an interface and classes for http/https connections. 
weblogic.security.SSL Deprecated 7.0.0.0. Contains WebLogic SSL classes and interfaces for use in both client and server applications. 
weblogic.wtc.jatmi Provides JATMI primitives used to begin and end transactions, allocate and free buffers, and provide the communication between clients and servers. 
 

Uses of SSLSocketFactory in weblogic.net.http
 

Methods in weblogic.net.http that return SSLSocketFactory
static SSLSocketFactory HttpsURLConnection.getDefaultSSLSocketFactory()
          Gets the default static SSL socket factory to be used when creating sockets for secure https URL connections.
 SSLSocketFactory HttpsURLConnection.getSSLSocketFactory()
          Gets the 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.getSocketFactory()
          Returns an SSLSocketFactory object for this context.
 SSLSocketFactory SSLContext.getSocketFactoryJSSE()
          Deprecated. WLS 9.0 (04/2003) Replaced by getSocketFactory()
 

Uses of SSLSocketFactory in weblogic.wtc.jatmi
 

Subclasses of SSLSocketFactory in weblogic.wtc.jatmi
 class TuxedoSSLSocketFactory
          A socket factory for manufacturing SSLSockets and SSLServerSockets
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06