public static class HTTPMethod.RetryHandler
extends org.apache.commons.httpclient.DefaultHttpMethodRetryHandler
| Constructor and Description |
|---|
HTTPMethod.RetryHandler() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getRetries() |
static boolean |
getVerbose() |
boolean |
retryMethod(org.apache.commons.httpclient.HttpMethod method,
IOException exception,
int executionCount) |
static void |
setRetries(int retries) |
static void |
setVerbose(boolean tf) |
public boolean retryMethod(org.apache.commons.httpclient.HttpMethod method,
IOException exception,
int executionCount)
retryMethod in interface org.apache.commons.httpclient.HttpMethodRetryHandlerretryMethod in class org.apache.commons.httpclient.DefaultHttpMethodRetryHandlerpublic static int getRetries()
public static void setRetries(int retries)
public static boolean getVerbose()
public static void setVerbose(boolean tf)
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.