public class AbstractRequestRetryPolicy extends Object implements RequestRetryPolicy, Serializable
| Constructor and Description |
|---|
AbstractRequestRetryPolicy() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRetryCount() |
protected void |
init() |
boolean |
isRetryIfFails() |
void |
setMaxRetryCount(int maxRetryCount) |
void |
setRetryIfFails(boolean retryIfFails) |
String |
toString() |
protected void init()
public boolean isRetryIfFails()
isRetryIfFails in interface RequestRetryPolicypublic void setRetryIfFails(boolean retryIfFails)
public int getMaxRetryCount()
getMaxRetryCount in interface RequestRetryPolicypublic void setMaxRetryCount(int maxRetryCount)
Copyright © 2013. All rights reserved.