public class HttpRequestRetryHandlerDemoImpl extends Object implements org.apache.http.client.HttpRequestRetryHandler
Constructor and Description |
---|
HttpRequestRetryHandlerDemoImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
retryRequest(IOException exception,
int executionCount,
org.apache.http.protocol.HttpContext context) |
public boolean retryRequest(IOException exception, int executionCount, org.apache.http.protocol.HttpContext context)
retryRequest
in interface org.apache.http.client.HttpRequestRetryHandler
Copyright © 2020. All rights reserved.