|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler
public final class WebdavMethodRetryHandler
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.
Method Summary | |
---|---|
static WebdavMethodRetryHandler |
getInstance()
|
boolean |
retryMethod(HttpMethod method,
java.io.IOException exception,
int executionCount)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static WebdavMethodRetryHandler getInstance()
public boolean retryMethod(HttpMethod method, java.io.IOException exception, int executionCount)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |