| Package | Description |
|---|---|
| org.apache.http.conn.socket |
Client connection socket APIs.
|
| org.apache.http.conn.ssl |
Client TLS/SSL support.
|
| org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
LayeredConnectionSocketFactory |
Extended
ConnectionSocketFactory interface for layered sockets such as SSL/TLS. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PlainConnectionSocketFactory |
The default class for creating plain (unencrypted) sockets.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SSLConnectionSocketFactory |
Layered socket factory for TLS/SSL connections.
|
class |
SSLSocketFactory |
Deprecated.
(4.3) use
SSLConnectionSocketFactory. |