public interface IOExceptionRetryHandler
| Modifier and Type | Field and Description | 
|---|---|
static IOExceptionRetryHandler | 
ALWAYS_RETRY  | 
static IOExceptionRetryHandler | 
NEVER_RETRY  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
shouldRetryRequest(HttpCommand command,
                  IOException error)  | 
static final IOExceptionRetryHandler ALWAYS_RETRY
static final IOExceptionRetryHandler NEVER_RETRY
boolean shouldRetryRequest(HttpCommand command, IOException error)
Copyright © 2009-2013 jclouds. All Rights Reserved.