Class RetryAfterRetryHandler
- java.lang.Object
-
- net.lenni0451.commons.httpclient.retry.handlers.RetryAfterRetryHandler
-
- All Implemented Interfaces:
RetryHandler
public class RetryAfterRetryHandler extends java.lang.Object implements RetryHandler
-
-
Constructor Summary
Constructors Constructor Description RetryAfterRetryHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetryActionshouldRetry(HttpResponse response)
-
-
-
Method Detail
-
shouldRetry
public RetryAction shouldRetry(HttpResponse response)
- Specified by:
shouldRetryin interfaceRetryHandler
-
-