Uses of Interface
org.apache.http.client.BackoffManager

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

Uses of BackoffManager in org.apache.http.impl.client
 

Classes in org.apache.http.impl.client that implement BackoffManager
 class AIMDBackoffManager
          The AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host.
 

Methods in org.apache.http.impl.client that return BackoffManager
 BackoffManager AbstractHttpClient.getBackoffManager()
          Deprecated.  
 

Methods in org.apache.http.impl.client with parameters of type BackoffManager
 void AbstractHttpClient.setBackoffManager(BackoffManager manager)
          Deprecated.  
 HttpClientBuilder HttpClientBuilder.setBackoffManager(BackoffManager backoffManager)
           
 

Uses of BackoffManager in org.apache.http.impl.execchain
 

Constructors in org.apache.http.impl.execchain with parameters of type BackoffManager
BackoffStrategyExec(ClientExecChain requestExecutor, ConnectionBackoffStrategy connectionBackoffStrategy, BackoffManager backoffManager)
           
 



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