org.jclouds.http
Interface IOExceptionRetryHandler
- All Known Implementing Classes:
- BackoffLimitedRetryHandler, InvalidateSessionAndRetryOn401AndLogoutOnClose, InvalidateSessionAndRetryOn401AndLogoutOnClose
public interface IOExceptionRetryHandler
- Author:
- Adrian Cole
ALWAYS_RETRY
static final IOExceptionRetryHandler ALWAYS_RETRY
NEVER_RETRY
static final IOExceptionRetryHandler NEVER_RETRY
shouldRetryRequest
boolean shouldRetryRequest(HttpCommand command,
IOException error)
Copyright © 2009-2012 jclouds. All Rights Reserved.