Package | Description |
---|---|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.conn.scheme |
Deprecated.
|
org.apache.http.conn.ssl |
Client TLS/SSL support.
|
Modifier and Type | Class and Description |
---|---|
class |
MultihomePlainSocketFactory
Deprecated.
(4.1) Do not use. For multihome support socket factories must implement
SchemeSocketFactory interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
LayeredSocketFactory
Deprecated.
(4.1) use
SchemeSocketFactory |
Modifier and Type | Class and Description |
---|---|
class |
PlainSocketFactory
Deprecated.
(4.3) use
PlainConnectionSocketFactory |
Modifier and Type | Method and Description |
---|---|
SocketFactory |
Scheme.getSocketFactory()
Deprecated.
(4.1) Use
Scheme.getSchemeSocketFactory() |
Constructor and Description |
---|
Scheme(String name,
SocketFactory factory,
int port)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SSLSocketFactory
Deprecated.
(4.3) use
SSLConnectionSocketFactory . |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.