|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpRequestRetryHandler
A handler for determining if an HttpRequest 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
| Method Summary | |
|---|---|
boolean |
retryRequest(IOException exception,
int executionCount,
HttpContext context)
Determines if a method should be retried after an IOException occurs during execution. |
| Method Detail |
|---|
boolean retryRequest(IOException exception,
int executionCount,
HttpContext context)
exception - the exception that occurredexecutionCount - the number of times this method has been
unsuccessfully executedcontext - the context for the request execution
true if the method should be retried, false
otherwise
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||