|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionKeepAliveStrategy | |
---|---|
org.apache.http.impl.client |
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
The keep-alive duration strategy. |
Methods in org.apache.http.impl.client that return ConnectionKeepAliveStrategy | |
---|---|
protected ConnectionKeepAliveStrategy |
DefaultHttpClient.createConnectionKeepAliveStrategy()
|
protected abstract ConnectionKeepAliveStrategy |
AbstractHttpClient.createConnectionKeepAliveStrategy()
|
ConnectionKeepAliveStrategy |
AbstractHttpClient.getConnectionKeepAliveStrategy()
|
Methods in org.apache.http.impl.client with parameters of type ConnectionKeepAliveStrategy | |
---|---|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler stateHandler,
org.apache.http.params.HttpParams params)
|
void |
AbstractHttpClient.setKeepAliveStrategy(ConnectionKeepAliveStrategy keepAliveStrategy)
|
Constructors in org.apache.http.impl.client with parameters of type ConnectionKeepAliveStrategy | |
---|---|
DefaultRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |