Package org.bitcoinj.utils
Class ExponentialBackoff.Params
java.lang.Object
org.bitcoinj.utils.ExponentialBackoff.Params
- Enclosing class:
 - ExponentialBackoff
 
Parameters to configure a particular kind of exponential backoff.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Params
- Parameters:
 initialInterval- the initial interval to waitmultiplier- the multiplier to apply on each failuremaximumInterval- the maximum interval to wait
 - 
Params
public Params()Construct params with default values. 
 -