Package | Description |
---|---|
org.jclouds.atmos.handlers | |
org.jclouds.aws.handlers |
This package contains HttpResponseHandlers needed to operate the REST api.
|
org.jclouds.azure.storage.handlers | |
org.jclouds.cloudstack.handlers | |
org.jclouds.deltacloud.handlers | |
org.jclouds.http | |
org.jclouds.http.handlers | |
org.jclouds.openstack.handlers | |
org.jclouds.s3.handlers |
Modifier and Type | Class and Description |
---|---|
class |
AtmosClientErrorRetryHandler
Handles Retryable responses with error codes in the 4xx range
|
Modifier and Type | Class and Description |
---|---|
class |
AWSClientErrorRetryHandler
Handles Retryable responses with error codes in the 4xx range
|
Modifier and Type | Class and Description |
---|---|
class |
AzureStorageClientErrorRetryHandler
Handles Retryable responses with error codes in the 4xx range
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidateSessionAndRetryOn401AndLogoutOnClose
This will parse and set an appropriate exception on the command object.
|
Modifier and Type | Class and Description |
---|---|
class |
DeltacloudRedirectionRetryHandler
Handles Retryable responses with error codes in the 3xx range
|
Modifier and Type | Field and Description |
---|---|
static HttpRetryHandler |
HttpRetryHandler.ALWAYS_RETRY |
static HttpRetryHandler |
HttpRetryHandler.NEVER_RETRY |
Modifier and Type | Class and Description |
---|---|
class |
BackoffLimitedRetryHandler
Allow replayable request to be retried a limited number of times, and impose an exponential
back-off delay before returning.
|
class |
DelegatingRetryHandler
Delegates to
HttpRetryHandlers who are annotated according to the
response codes they relate to. |
class |
RedirectionRetryHandler
Handles Retryable responses with error codes in the 3xx range
|
Modifier and Type | Method and Description |
---|---|
HttpRetryHandler |
DelegatingRetryHandler.getClientErrorRetryHandler() |
HttpRetryHandler |
DelegatingRetryHandler.getRedirectionRetryHandler() |
HttpRetryHandler |
DelegatingRetryHandler.getServerErrorRetryHandler() |
Modifier and Type | Class and Description |
---|---|
class |
RetryOnRenew
This will parse and set an appropriate exception on the command object.
|
Modifier and Type | Class and Description |
---|---|
class |
S3RedirectionRetryHandler
Handles Retryable responses with error codes in the 3xx range
|
Copyright © 2009-2012 jclouds. All Rights Reserved.