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 and Description |
---|---|
interface |
LayeredConnectionSocketFactory
Extended
ConnectionSocketFactory interface for layered sockets such as SSL/TLS. |
Modifier and Type | Class and Description |
---|---|
class |
PlainConnectionSocketFactory
The default class for creating plain (unencrypted) sockets.
|
Modifier and Type | Class and Description |
---|---|
class |
SSLConnectionSocketFactory
Layered socket factory for TLS/SSL connections.
|
class |
SSLSocketFactory
Deprecated.
(4.3) use
SSLConnectionSocketFactory . |
Modifier and Type | Field and Description |
---|---|
private org.apache.http.config.Lookup<ConnectionSocketFactory> |
DefaultHttpClientConnectionOperator.socketFactoryRegistry |
Modifier and Type | Method and Description |
---|---|
private static org.apache.http.config.Registry<ConnectionSocketFactory> |
PoolingHttpClientConnectionManager.getDefaultRegistry() |
private static org.apache.http.config.Registry<ConnectionSocketFactory> |
BasicHttpClientConnectionManager.getDefaultRegistry() |
private org.apache.http.config.Lookup<ConnectionSocketFactory> |
DefaultHttpClientConnectionOperator.getSocketFactoryRegistry(org.apache.http.protocol.HttpContext context) |