Constructor and Description |
---|
AtmosResponseException(HttpCommand command,
HttpResponse response,
AtmosError error) |
AtmosResponseException(HttpCommand command,
HttpResponse response,
AtmosError error,
Throwable cause) |
AtmosResponseException(String message,
HttpCommand command,
HttpResponse response,
AtmosError error) |
AtmosResponseException(String message,
HttpCommand command,
HttpResponse response,
AtmosError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
ParseAtmosErrorFromXmlContent.handleError(HttpCommand command,
HttpResponse response) |
boolean |
AtmosClientErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
AtmosError |
AtmosUtils.parseAtmosErrorFromContent(HttpCommand command,
HttpResponse response,
InputStream content) |
AtmosError |
AtmosUtils.parseAtmosErrorFromContent(HttpCommand command,
HttpResponse response,
String content) |
Constructor and Description |
---|
AWSResponseException(HttpCommand command,
HttpResponse response,
AWSError error) |
AWSResponseException(HttpCommand command,
HttpResponse response,
AWSError error,
Throwable cause) |
AWSResponseException(String message,
HttpCommand command,
HttpResponse response,
AWSError error) |
AWSResponseException(String message,
HttpCommand command,
HttpResponse response,
AWSError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
ParseAWSErrorFromXmlContent.handleError(HttpCommand command,
HttpResponse response) |
protected Exception |
ParseAWSErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message) |
boolean |
AWSClientErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
protected boolean |
AWSClientErrorRetryHandler.shouldRetryRequestOnError(HttpCommand command,
HttpResponse response,
AWSError error) |
Constructor and Description |
---|
AzureStorageResponseException(HttpCommand command,
HttpResponse response,
AzureStorageError error) |
AzureStorageResponseException(HttpCommand command,
HttpResponse response,
AzureStorageError error,
Throwable cause) |
AzureStorageResponseException(String message,
HttpCommand command,
HttpResponse response,
AzureStorageError error) |
AzureStorageResponseException(String message,
HttpCommand command,
HttpResponse response,
AzureStorageError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
ParseAzureStorageErrorFromXmlContent.handleError(HttpCommand command,
HttpResponse response) |
protected Exception |
ParseAzureStorageErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AzureStorageError error,
String message) |
boolean |
AzureStorageClientErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
AzureStorageError |
AzureStorageUtils.parseAzureStorageErrorFromContent(HttpCommand command,
HttpResponse response,
InputStream content) |
Modifier and Type | Method and Description |
---|---|
protected Exception |
ParseAzureBlobErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AzureStorageError error,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
ParseCloudServersErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
CloudSigmaErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
CloudStackErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
boolean |
InvalidateSessionAndRetryOn401AndLogoutOnClose.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
CloudWatchErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
SessionManager.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
DynECTErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
boolean |
GetJobRedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticStackErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<HttpResponse> |
AsyncGaeHttpCommandExecutorService.submit(HttpCommand command) |
Modifier and Type | Method and Description |
---|---|
void |
GleSYSErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Constructor and Description |
---|
GoGridResponseException(HttpCommand command,
HttpResponse response,
Set<ErrorResponse> errors) |
Modifier and Type | Method and Description |
---|---|
void |
GoGridErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Field and Description |
---|---|
protected HttpCommand |
HttpResponseException.command |
Modifier and Type | Method and Description |
---|---|
HttpCommand |
HttpResponseException.getCommand() |
Modifier and Type | Method and Description |
---|---|
void |
HttpErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
HttpResponse |
HttpCommandExecutorService.invoke(HttpCommand command)
Returns a
HttpResponse from the server which responded to the
command . |
boolean |
HttpRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
Return true if the command should be retried.
|
boolean |
IOExceptionRetryHandler.shouldRetryRequest(HttpCommand command,
IOException error) |
com.google.common.util.concurrent.ListenableFuture<HttpResponse> |
HttpCommandExecutorService.submit(HttpCommand command)
Returns a potentially deferred
HttpResponse from a server responding to the
command . |
Constructor and Description |
---|
HttpResponseException(HttpCommand command,
HttpResponse response) |
HttpResponseException(HttpCommand command,
HttpResponse response,
String content) |
HttpResponseException(HttpCommand command,
HttpResponse response,
String content,
Throwable cause) |
HttpResponseException(HttpCommand command,
HttpResponse response,
Throwable cause) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content,
Throwable cause) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
void |
CloseContentAndSetExceptionErrorHandler.handleError(HttpCommand command,
HttpResponse from) |
boolean |
RedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
boolean |
DelegatingRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
boolean |
BackoffLimitedRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
boolean |
BackoffLimitedRetryHandler.shouldRetryRequest(HttpCommand command,
IOException error) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
BaseHttpCommandExecutorService.invoke(HttpCommand command) |
com.google.common.util.concurrent.ListenableFuture<HttpResponse> |
BaseHttpCommandExecutorService.submit(HttpCommand command) |
Constructor and Description |
---|
BaseHttpCommandExecutorService.HttpResponseCallable(HttpCommand command) |
Modifier and Type | Method and Description |
---|---|
void |
CinderErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
RetryOnRenew.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
RetryOnRenew.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
KeystoneErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
boolean |
RetryOnRenew.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
NovaErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
ParseSwiftErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
ParseCloudLoadBalancersErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
Route53ErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
protected Exception |
ParseS3ErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message) |
boolean |
S3RedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
SoftLayerErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
protected Exception |
ParseSQSErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message) |
boolean |
SQSErrorRetryHandler.shouldRetryRequestOnError(HttpCommand command,
HttpResponse response,
AWSError error) |
Constructor and Description |
---|
VCloudResponseException(HttpCommand command,
HttpResponse response,
VCloudError error) |
VCloudResponseException(HttpCommand command,
HttpResponse response,
VCloudError error,
Throwable cause) |
VCloudResponseException(String message,
HttpCommand command,
HttpResponse response,
VCloudError error) |
VCloudResponseException(String message,
HttpCommand command,
HttpResponse response,
VCloudError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
ParseTerremarkVCloudErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response) |
Constructor and Description |
---|
UltraDNSWSResponseException(HttpCommand command,
HttpResponse response,
UltraDNSWSError error) |
Modifier and Type | Method and Description |
---|---|
void |
UltraDNSWSErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Constructor and Description |
---|
VCloudResponseException(HttpCommand command,
HttpResponse response,
VCloudError error) |
VCloudResponseException(HttpCommand command,
HttpResponse response,
VCloudError error,
Throwable cause) |
VCloudResponseException(String message,
HttpCommand command,
HttpResponse response,
VCloudError error) |
VCloudResponseException(String message,
HttpCommand command,
HttpResponse response,
VCloudError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
ParseVCloudErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response) |
Copyright © 2009-2013 jclouds. All Rights Reserved.