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
 

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()
           
 

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



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