HttpRequestRetryHandlerpublic 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
|
|