Package | Description |
---|---|
org.apache.http.conn |
The client-side connection management and handling API that provides interfaces
and implementations for opening and managing client side HTTP connections.
|
org.apache.http.conn.scheme | |
org.apache.http.conn.ssl |
TLS/SSL specific API.
|
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
The default class for creating plain (unencrypted) sockets.
|
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
Layered socket factory for TLS/SSL connections.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.