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.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
org.apache.http.impl.conn |
Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedClientConnection
Deprecated.
(4.3) replaced by
HttpClientConnectionManager . |
Constructor and Description |
---|
ProxyClient(HttpConnectionFactory<ManagedHttpClientConnection> connFactory,
org.apache.http.config.ConnectionConfig connectionConfig,
RequestConfig requestConfig) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientConnAdapter
Deprecated.
(4.2) do not use
|
class |
AbstractPooledConnAdapter
Deprecated.
(4.2) do not use
|
class |
DefaultClientConnection
Deprecated.
(4.3) use
ManagedHttpClientConnectionFactory . |
protected class |
SingleClientConnManager.ConnAdapter
Deprecated.
The connection adapter used by this manager.
|
Modifier and Type | Method and Description |
---|---|
ManagedHttpClientConnection |
ManagedHttpClientConnectionFactory.create(org.apache.http.config.ConnectionConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
BasicPooledConnAdapter
Deprecated.
(4.2) do not use
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.