Uses of Interface
org.apache.http.conn.ConnectionKeepAliveStrategy

Packages that use ConnectionKeepAliveStrategy
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
org.apache.http.impl.execchain   
 

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.  
 

Methods in org.apache.http.impl.client with parameters of type ConnectionKeepAliveStrategy
protected  RequestDirector AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. (4.1) do not use
protected  RequestDirector AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. (4.2) do not use
protected  RequestDirector AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated.  
 void AbstractHttpClient.setKeepAliveStrategy(ConnectionKeepAliveStrategy strategy)
          Deprecated.  
 HttpClientBuilder HttpClientBuilder.setKeepAliveStrategy(ConnectionKeepAliveStrategy keepAliveStrategy)
           
 

Constructors in org.apache.http.impl.client with parameters of type ConnectionKeepAliveStrategy
DefaultRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. 
DefaultRequestDirector(org.apache.commons.logging.Log log, HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. 
DefaultRequestDirector(org.apache.commons.logging.Log log, HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, HttpParams params)
          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)
           
MinimalClientExec(HttpRequestExecutor requestExecutor, HttpClientConnectionManager connManager, ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy)
           
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.