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

Packages that use BackoffManager
org.apache.http.impl.client Default HTTP client implementation. 
org.apache.http.impl.execchain HTTP request execution chain APIs. 
 

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)
          Assigns BackoffManager instance.
 

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–2019 The Apache Software Foundation. All rights reserved.