Package | Description |
---|---|
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.execchain |
Modifier and Type | Method and Description |
---|---|
static CloseableHttpClient |
HttpClients.createMinimal(HttpClientConnectionManager connManager) |
HttpClientBuilder |
HttpClientBuilder.setConnectionManager(HttpClientConnectionManager connManager) |
Modifier and Type | Class and Description |
---|---|
class |
BasicHttpClientConnectionManager
A connection manager for a single connection.
|
class |
PoolingHttpClientConnectionManager
ClientConnectionPoolManager maintains a pool of
HttpClientConnection s and is able to service connection requests
from multiple execution threads. |
Constructor and Description |
---|
MainClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler) |
MinimalClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy) |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.