Package org.jclouds.http
Interface IOExceptionRetryHandler
- 
- All Known Implementing Classes:
 AWSEC2IOExceptionRetryHandler,AWSServerErrorRetryHandler,AzureRetryableErrorHandler,B2RetryHandler,BackoffLimitedRetryHandler,InvalidateSessionAndRetryOn401AndLogoutOnClose,SessionManager
public interface IOExceptionRetryHandler 
- 
- 
Field Summary
Fields Modifier and Type Field Description static IOExceptionRetryHandlerALWAYS_RETRYstatic IOExceptionRetryHandlerNEVER_RETRY 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldRetryRequest(HttpCommand command, IOException error) 
 - 
 
- 
- 
Field Detail
- 
ALWAYS_RETRY
static final IOExceptionRetryHandler ALWAYS_RETRY
 
- 
NEVER_RETRY
static final IOExceptionRetryHandler NEVER_RETRY
 
 - 
 
- 
Method Detail
- 
shouldRetryRequest
boolean shouldRetryRequest(HttpCommand command, IOException error)
 
 - 
 
 -