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 . |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.