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