public static class HTTPSession.RetryHandler
extends java.lang.Object
implements org.apache.http.client.HttpRequestRetryHandler
| Constructor and Description |
|---|
RetryHandler() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getRetries() |
static boolean |
getVerbose() |
boolean |
retryRequest(java.io.IOException exception,
int executionCount,
org.apache.http.protocol.HttpContext context) |
static void |
setRetries(int retries) |
static void |
setVerbose(boolean tf) |
public boolean retryRequest(java.io.IOException exception,
int executionCount,
org.apache.http.protocol.HttpContext context)
retryRequest in interface org.apache.http.client.HttpRequestRetryHandlerpublic static int getRetries()
public static void setRetries(int retries)
public static boolean getVerbose()
public static void setVerbose(boolean tf)