Modifier and Type | Method and Description |
---|---|
void |
AbiquoErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
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 |
DeltacloudErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
boolean |
DeltacloudRedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticStackErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
FGCPRetryIfNotProxyAuthenticationFailureHandler.shouldRetryRequest(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 | Class and Description |
---|---|
class |
HttpCommandMock |
Modifier and Type | Interface and Description |
---|---|
interface |
TransformingHttpCommand<T>
Command that utilizes RESTFul apis and extracts
T from the HttpResponse. |
Modifier and Type | Class and Description |
---|---|
class |
TransformingHttpCommandImpl<T>
Executor which will invoke and transform the response of an
EndpointCommand into generic
type |
Modifier and Type | Field and Description |
---|---|
protected HttpCommand |
HttpResponseException.command |
Modifier and Type | Method and Description |
---|---|
HttpCommand |
HttpResponseException.getCommand() |
HttpCommand |
HttpCommandRendezvous.getCommand() |
Modifier and Type | Method and Description |
---|---|
void |
HttpErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
boolean |
HttpRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
Return true if the command should be retried.
|
boolean |
IOExceptionRetryHandler.shouldRetryRequest(HttpCommand command,
IOException error) |
Future<HttpResponse> |
HttpCommandExecutorService.submit(HttpCommand command)
Asks the command to build a request relevant for an endpoint that produces responses of
generic type
HttpResponse . |
<T,R extends HttpRequest> |
TransformingHttpCommandExecutorServiceImpl.submit(HttpCommand command,
com.google.common.base.Function<HttpResponse,T> responseTransformer)
Submits the command and transforms the result before requested via
Future.get() . |
<T,R extends HttpRequest> |
TransformingHttpCommandExecutorService.submit(HttpCommand command,
com.google.common.base.Function<HttpResponse,T> responseTransformer)
Submits the command and transforms the result before requested via
Future.get() . |
Constructor and Description |
---|
HttpCommandRendezvous(HttpCommand command,
SynchronousQueue rendezvous,
Future<T> future) |
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 |
---|---|
Future<HttpResponse> |
BaseHttpCommandExecutorService.submit(HttpCommand command) |
Constructor and Description |
---|
BaseHttpCommandExecutorService.HttpResponseCallable(HttpCommand command) |
Modifier and Type | Method and Description |
---|---|
void |
JenkinsErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
JoyentCloudErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
CinderErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
GlanceErrorHandler.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 |
ParseNovaErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
NovaErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
QuantumErrorHandler.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 |
SwiftErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
OpSourceServersErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
ParseCloudLoadBalancersErrorFromHttpResponse.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 |
VPDCErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
ParseSlicehostErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
CDMIErrorHandler.handleError(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 |
---|
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 |
VCloudDirectorErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
boolean |
InvalidateSessionAndRetryOn401AndLogoutOnClose.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
ParseVCloudErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response) |
Copyright © 2009-2013 jclouds. All Rights Reserved.