org.apache.commons.httpclient
Class DefaultHttpMethodRetryHandler
- HttpMethodRetryHandler
public class DefaultHttpMethodRetryHandler
- Michael Becke
- Oleg Kalnichevski
DefaultHttpMethodRetryHandler
public DefaultHttpMethodRetryHandler()
Default constructor
DefaultHttpMethodRetryHandler
public DefaultHttpMethodRetryHandler(int retryCount,
boolean requestSentRetryEnabled)
Default constructor
getRetryCount
public int getRetryCount()
- the maximum number of times a method will be retried
isRequestSentRetryEnabled
public boolean isRequestSentRetryEnabled()
true
if this handler will retry methods that have
successfully sent their request, false
otherwise
Copyright (c) 1999-2005 - Apache Software Foundation