|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionKeepAliveStrategy | |
|---|---|
| org.apache.http.impl.client | Default HTTP client implementation. |
| org.apache.http.impl.execchain | HTTP request execution chain APIs. |
| Uses of ConnectionKeepAliveStrategy in org.apache.http.impl.client |
|---|
| Classes in org.apache.http.impl.client that implement ConnectionKeepAliveStrategy | |
|---|---|
class |
DefaultConnectionKeepAliveStrategy
Default implementation of a strategy deciding duration that a connection can remain idle. |
| Fields in org.apache.http.impl.client declared as ConnectionKeepAliveStrategy | |
|---|---|
protected ConnectionKeepAliveStrategy |
DefaultRequestDirector.keepAliveStrategy
Deprecated. The keep-alive duration strategy. |
| Methods in org.apache.http.impl.client that return ConnectionKeepAliveStrategy | |
|---|---|
protected ConnectionKeepAliveStrategy |
AbstractHttpClient.createConnectionKeepAliveStrategy()
Deprecated. |
ConnectionKeepAliveStrategy |
AbstractHttpClient.getConnectionKeepAliveStrategy()
Deprecated. |
| Uses of ConnectionKeepAliveStrategy in org.apache.http.impl.execchain |
|---|
| Constructors in org.apache.http.impl.execchain with parameters of type ConnectionKeepAliveStrategy | |
|---|---|
MainClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler)
|
|
MainClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
HttpProcessor proxyHttpProcessor,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler)
|
|
MinimalClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||