Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.security.SSL.SSLSocketFactory

Packages that use SSLSocketFactory
weblogic.net.http   
weblogic.security.SSL   
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.

 

Uses of SSLSocketFactory in weblogic.wtc.jatmi

 

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

 


Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09