Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HttpsURLConnection.setSSLSocketFactory(SSLSocketFactory sslSF) |
Sets the SSL socket factory to be used when creating sockets
for secure https URL connections.
|
Modifier and Type | Method | Description |
---|---|---|
SSLSocketFactory |
SSLContext.getSocketFactory() |
Returns an SSLSocketFactory object for this context.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TuxedoSSLSocketFactory |
A socket factory for manufacturing SSLSockets and SSLServerSockets
|