Package | Description |
---|---|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedClientConnection
Deprecated.
(4.3) replaced by
HttpClientConnectionManager . |
Modifier and Type | Method and Description |
---|---|
void |
HttpClientConnectionOperator.connect(ManagedHttpClientConnection conn,
HttpHost host,
java.net.InetSocketAddress localAddress,
int connectTimeout,
SocketConfig socketConfig,
HttpContext context) |
void |
HttpClientConnectionOperator.upgrade(ManagedHttpClientConnection conn,
HttpHost host,
HttpContext context) |
Constructor and Description |
---|
ProxyClient(HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection> connFactory,
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
|
(package private) class |
CPoolProxy |
class |
DefaultClientConnection
Deprecated.
(4.3) use
ManagedHttpClientConnectionFactory . |
class |
DefaultManagedHttpClientConnection
Default
ManagedHttpClientConnection implementation. |
(package private) class |
LoggingManagedHttpClientConnection |
(package private) class |
ManagedClientConnectionImpl
Deprecated.
(4.3) use
ManagedHttpClientConnectionFactory . |
protected class |
SingleClientConnManager.ConnAdapter
Deprecated.
The connection adapter used by this manager.
|
Modifier and Type | Method and Description |
---|---|
ManagedHttpClientConnection |
PoolingHttpClientConnectionManager.InternalConnectionFactory.create(HttpRoute route) |
ManagedHttpClientConnection |
ManagedHttpClientConnectionFactory.create(HttpRoute route,
ConnectionConfig config) |
(package private) ManagedHttpClientConnection |
CPoolProxy.getConnection() |
(package private) ManagedHttpClientConnection |
CPoolProxy.getValidConnection() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultHttpClientConnectionOperator.connect(ManagedHttpClientConnection conn,
HttpHost host,
java.net.InetSocketAddress localAddress,
int connectTimeout,
SocketConfig socketConfig,
HttpContext context) |
protected CPoolEntry |
CPool.createEntry(HttpRoute route,
ManagedHttpClientConnection conn) |
void |
DefaultHttpClientConnectionOperator.upgrade(ManagedHttpClientConnection conn,
HttpHost host,
HttpContext context) |
Constructor and Description |
---|
CPoolEntry(Log log,
java.lang.String id,
HttpRoute route,
ManagedHttpClientConnection conn,
long timeToLive,
java.util.concurrent.TimeUnit tunit) |
Modifier and Type | Class and Description |
---|---|
class |
BasicPooledConnAdapter
Deprecated.
(4.2) do not use
|