| Package | Description |
|---|---|
| org.jclouds.aws.handlers |
This package contains HttpResponseHandlers needed to operate the REST api.
|
| org.jclouds.s3.handlers | |
| org.jclouds.sqs.handlers |
| Constructor and Description |
|---|
AWSClientErrorRetryHandler(AWSUtils utils,
BackoffLimitedRetryHandler backoffLimitedRetryHandler,
Set<String> retryableCodes) |
AWSServerErrorRetryHandler(AWSUtils utils,
Set<String> retryableServerCodes) |
ParseAWSErrorFromXmlContent(AWSUtils utils) |
| Constructor and Description |
|---|
ParseS3ErrorFromXmlContent(AWSUtils utils,
boolean isVhostStyle,
String servicePath,
ProviderMetadata providerMetadata) |
S3RedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler,
AWSUtils utils) |
| Constructor and Description |
|---|
ParseSQSErrorFromXmlContent(AWSUtils utils) |
SQSErrorRetryHandler(AWSUtils utils,
BackoffLimitedRetryHandler backoffLimitedRetryHandler,
Set<String> retryableCodes,
int maxTries,
long retryInterval) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.