| Package | Description |
|---|---|
| javax.net | |
| javax.net.ssl |
| Modifier and Type | Method and Description |
|---|---|
static SocketFactory |
SocketFactory.getDefault()
Returns a copy of the environment's default socket factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSLSocketFactory
SSLSocketFactorys create SSLSockets. |
| Modifier and Type | Method and Description |
|---|---|
static SocketFactory |
SSLSocketFactory.getDefault()
Returns the default SSL socket factory.
|