|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpMethodRetryHandler
A handler for determining if an HttpMethod should be retried after a recoverable exception during execution.
Classes implementing this interface must synchronize access to shared data as methods of this interfrace may be executed from multiple threads
HttpMethod.execute(HttpState, HttpConnection)
Method Summary | |
---|---|
boolean |
retryMethod(HttpMethod method,
IOException exception,
int executionCount)
Determines if a method should be retried after an HttpRecoverableException occurs during execution. |
Method Detail |
---|
boolean retryMethod(HttpMethod method, IOException exception, int executionCount)
method
- the method being executedexception
- the exception that occurredexecutionCount
- the number of times this method has been
unsuccessfully executed
true
if the method should be retried, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |