Package | Description |
---|---|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectionKeepAliveStrategy
Default implementation of a strategy deciding duration
that a connection can remain idle.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionKeepAliveStrategy |
DefaultRequestDirector.keepAliveStrategy
Deprecated.
The keep-alive duration strategy.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionKeepAliveStrategy |
AbstractHttpClient.createConnectionKeepAliveStrategy()
Deprecated.
|
ConnectionKeepAliveStrategy |
AbstractHttpClient.getConnectionKeepAliveStrategy()
Deprecated.
|
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.