public class ServerErrorRetryStrategy extends Object implements org.apache.http.client.ServiceUnavailableRetryStrategy
| Constructor and Description |
|---|
ServerErrorRetryStrategy() |
| Modifier and Type | Method and Description |
|---|---|
long |
getRetryInterval() |
boolean |
retryRequest(org.apache.http.HttpResponse response,
int executionCount,
org.apache.http.protocol.HttpContext context) |
public boolean retryRequest(org.apache.http.HttpResponse response,
int executionCount,
org.apache.http.protocol.HttpContext context)
retryRequest in interface org.apache.http.client.ServiceUnavailableRetryStrategypublic long getRetryInterval()
getRetryInterval in interface org.apache.http.client.ServiceUnavailableRetryStrategyCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.