|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpClientConnectionManager | |
---|---|
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 |
Uses of HttpClientConnectionManager in org.apache.http.impl.client |
---|
Methods in org.apache.http.impl.client with parameters of type HttpClientConnectionManager | |
---|---|
static CloseableHttpClient |
HttpClients.createMinimal(HttpClientConnectionManager connManager)
|
HttpClientBuilder |
HttpClientBuilder.setConnectionManager(HttpClientConnectionManager connManager)
|
Uses of HttpClientConnectionManager in org.apache.http.impl.conn |
---|
Classes in org.apache.http.impl.conn that implement HttpClientConnectionManager | |
---|---|
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. |
Uses of HttpClientConnectionManager in org.apache.http.impl.execchain |
---|
Constructors in org.apache.http.impl.execchain with parameters of type HttpClientConnectionManager | |
---|---|
MainClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler)
|
|
MinimalClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |