public final class WebdavMethodRetryHandler extends Object implements org.apache.commons.httpclient.HttpMethodRetryHandler
Now that webdavlib didnt support adding a MethodRetryHandler only a few operations are restartable yet.
Modifier and Type | Method and Description |
---|---|
static WebdavMethodRetryHandler |
getInstance() |
boolean |
retryMethod(org.apache.commons.httpclient.HttpMethod method,
IOException exception,
int executionCount) |
public static WebdavMethodRetryHandler getInstance()
public boolean retryMethod(org.apache.commons.httpclient.HttpMethod method, IOException exception, int executionCount)
retryMethod
in interface org.apache.commons.httpclient.HttpMethodRetryHandler
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.