Package | Description |
---|---|
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.pool |
Default implementations of client side connection pools
for synchronous, blocking communication.
|
org.apache.http.pool |
Client side connection pools APIs for synchronous, blocking
communication.
|
Constructor and Description |
---|
AIMDBackoffManager(ConnPoolControl<HttpRoute> connPerRoute)
Creates an
AIMDBackoffManager to manage
per-host connection pool sizes represented by the
given ConnPoolControl . |
AIMDBackoffManager(ConnPoolControl<HttpRoute> connPerRoute,
Clock clock) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CPool |
(package private) class |
HttpConnPool
Deprecated.
(4.3) no longer used.
|
class |
PoolingClientConnectionManager
Deprecated.
(4.3) use
PoolingHttpClientConnectionManager . |
class |
PoolingHttpClientConnectionManager
ClientConnectionPoolManager maintains a pool of
HttpClientConnection s and is able to service connection requests
from multiple execution threads. |
Modifier and Type | Class and Description |
---|---|
class |
BasicConnPool
A very basic
ConnPool implementation that
represents a pool of blocking HttpClientConnection connections
identified by an HttpHost instance. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnPool<T,C,E extends PoolEntry<T,C>>
Abstract synchronous (blocking) pool of connections.
|