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.dynect.v3.filters | |
org.jclouds.dynect.v3.handlers | |
org.jclouds.http | |
org.jclouds.http.handlers | |
org.jclouds.openstack.handlers | |
org.jclouds.s3.handlers | |
org.jclouds.sqs.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 |
SessionManager
This class manages session interactions, including grabbing latest from the
cache, and invalidating upon 401 If the credentials supplied in the
authentication header are invalid, or if the token has expired, the server
returns HTTP response code 401.
|
Modifier and Type | Class and Description |
---|---|
class |
GetJobRedirectionRetryHandler
if the redirection URL is a Job, do not replay the original request; just get
the job.
|
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, backing off
when redirecting to itself.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
SQSErrorRetryHandler |
Copyright © 2009-2013 jclouds. All Rights Reserved.