org.apache.commons.vfs2.provider.webdav
Class WebdavMethodRetryHandler
java.lang.Object
org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler
- All Implemented Interfaces:
- org.apache.commons.httpclient.HttpMethodRetryHandler
public final class WebdavMethodRetryHandler
- extends Object
- implements org.apache.commons.httpclient.HttpMethodRetryHandler
A retry handler which will retry a failed webdav method one time.
Now that webdavlib didnt support adding a MethodRetryHandler only a few operations are restartable yet.
- Since:
- 2.0
- Author:
- Commons VFS team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static WebdavMethodRetryHandler getInstance()
retryMethod
public boolean retryMethod(org.apache.commons.httpclient.HttpMethod method,
IOException exception,
int executionCount)
- Specified by:
retryMethod
in interface org.apache.commons.httpclient.HttpMethodRetryHandler
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.