Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HttpConnPool.InternalConnFactory
Deprecated.
|
(package private) static class |
PoolingHttpClientConnectionManager.InternalConnectionFactory |
Constructor and Description |
---|
CPool(ConnFactory<HttpRoute,ManagedHttpClientConnection> connFactory,
int defaultMaxPerRoute,
int maxTotal,
long timeToLive,
java.util.concurrent.TimeUnit tunit) |
Modifier and Type | Class and Description |
---|---|
class |
BasicConnFactory
A very basic
ConnFactory implementation that creates
HttpClientConnection instances given a HttpHost instance. |
Constructor and Description |
---|
BasicConnPool(ConnFactory<HttpHost,HttpClientConnection> connFactory) |
Constructor and Description |
---|
AbstractConnPool(ConnFactory<T,C> connFactory,
int defaultMaxPerRoute,
int maxTotal) |