Uses of Interface
org.jclouds.http.HttpRetryHandler
-
-
Uses of HttpRetryHandler in org.jclouds.atmos.handlers
Classes in org.jclouds.atmos.handlers that implement HttpRetryHandler Modifier and Type Class Description class
AtmosClientErrorRetryHandler
Handles Retryable responses with error codes in the 4xx rangeclass
AtmosServerErrorRetryHandler
Handles Retryable responses with error codes in the 5xx range -
Uses of HttpRetryHandler in org.jclouds.aws.ec2.compute.strategy
Classes in org.jclouds.aws.ec2.compute.strategy that implement HttpRetryHandler Modifier and Type Class Description class
AWSEC2IOExceptionRetryHandler
-
Uses of HttpRetryHandler in org.jclouds.aws.handlers
Classes in org.jclouds.aws.handlers that implement HttpRetryHandler Modifier and Type Class Description class
AWSClientErrorRetryHandler
Handles Retryable responses with error codes in the 4xx rangeclass
AWSServerErrorRetryHandler
Handles Retryable responses with error codes in the 5xx range -
Uses of HttpRetryHandler in org.jclouds.azure.storage.handlers
Classes in org.jclouds.azure.storage.handlers that implement HttpRetryHandler Modifier and Type Class Description class
AzureStorageClientErrorRetryHandler
Handles Retryable responses with error codes in the 4xx range -
Uses of HttpRetryHandler in org.jclouds.azurecompute.arm.handlers
Classes in org.jclouds.azurecompute.arm.handlers that implement HttpRetryHandler Modifier and Type Class Description class
AzureRateLimitRetryHandler
Handles 429 Too Many Requests responses.class
AzureRetryableErrorHandler
This handles failed responses that return aRetryableError
. -
Uses of HttpRetryHandler in org.jclouds.b2.filters
Classes in org.jclouds.b2.filters that implement HttpRetryHandler Modifier and Type Class Description class
B2RetryHandler
-
Uses of HttpRetryHandler in org.jclouds.chef.handlers
Classes in org.jclouds.chef.handlers that implement HttpRetryHandler Modifier and Type Class Description class
ChefApiErrorRetryHandler
Allow for eventual consistency on sandbox requests. -
Uses of HttpRetryHandler in org.jclouds.cloudstack.handlers
Classes in org.jclouds.cloudstack.handlers that implement HttpRetryHandler Modifier and Type Class Description class
InvalidateSessionAndRetryOn401AndLogoutOnClose
This will parse and set an appropriate exception on the command object. -
Uses of HttpRetryHandler in org.jclouds.digitalocean2.handlers
Classes in org.jclouds.digitalocean2.handlers that implement HttpRetryHandler Modifier and Type Class Description class
DigitalOcean2RateLimitRetryHandler
-
Uses of HttpRetryHandler in org.jclouds.dynect.v3.filters
Classes in org.jclouds.dynect.v3.filters that implement HttpRetryHandler Modifier and Type Class 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. -
Uses of HttpRetryHandler in org.jclouds.dynect.v3.handlers
Classes in org.jclouds.dynect.v3.handlers that implement HttpRetryHandler Modifier and Type Class Description class
GetJobRedirectionRetryHandler
if the redirection URL is a Job, do not replay the original request; just get the job. -
Uses of HttpRetryHandler in org.jclouds.googlecloudstorage.handlers
Classes in org.jclouds.googlecloudstorage.handlers that implement HttpRetryHandler Modifier and Type Class Description class
GoogleCloudStorageClientErrorRetryHandler
class
GoogleCloudStorageRedirectRetryHandler
This will parse and set an appropriate exception on the command object. -
Uses of HttpRetryHandler in org.jclouds.http
Fields in org.jclouds.http declared as HttpRetryHandler Modifier and Type Field Description static HttpRetryHandler
HttpRetryHandler. ALWAYS_RETRY
static HttpRetryHandler
HttpRetryHandler. NEVER_RETRY
-
Uses of HttpRetryHandler in org.jclouds.http.handlers
Classes in org.jclouds.http.handlers that implement HttpRetryHandler Modifier and Type Class 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 toHttpRetryHandlers
who are annotated according to the response codes they relate to.class
RateLimitRetryHandler
Retry handler that takes into account the provider rate limit and delays the requests until they are known to succeed.class
RedirectionRetryHandler
Handles Retryable responses with error codes in the 3xx range, backing off when redirecting to itself.Methods in org.jclouds.http.handlers that return HttpRetryHandler Modifier and Type Method Description HttpRetryHandler
DelegatingRetryHandler. getClientErrorRetryHandler()
HttpRetryHandler
DelegatingRetryHandler. getRedirectionRetryHandler()
HttpRetryHandler
DelegatingRetryHandler. getServerErrorRetryHandler()
-
Uses of HttpRetryHandler in org.jclouds.openstack.handlers
Classes in org.jclouds.openstack.handlers that implement HttpRetryHandler Modifier and Type Class Description class
RetryOnRenew
This will parse and set an appropriate exception on the command object. -
Uses of HttpRetryHandler in org.jclouds.openstack.keystone.auth.handlers
Classes in org.jclouds.openstack.keystone.auth.handlers that implement HttpRetryHandler Modifier and Type Class Description class
RetryOnRenew
This will parse and set an appropriate exception on the command object. -
Uses of HttpRetryHandler in org.jclouds.openstack.keystone.v1_1.handlers
Classes in org.jclouds.openstack.keystone.v1_1.handlers that implement HttpRetryHandler Modifier and Type Class Description class
RetryOnRenew
This will parse and set an appropriate exception on the command object. -
Uses of HttpRetryHandler in org.jclouds.s3.handlers
Classes in org.jclouds.s3.handlers that implement HttpRetryHandler Modifier and Type Class Description class
S3RedirectionRetryHandler
Handles Retryable responses with error codes in the 3xx range -
Uses of HttpRetryHandler in org.jclouds.sqs.handlers
Classes in org.jclouds.sqs.handlers that implement HttpRetryHandler Modifier and Type Class Description class
SQSErrorRetryHandler
-