Uses of Interface
org.jclouds.http.HttpRetryHandler
Packages that use HttpRetryHandler
Package
Description
This package contains HttpResponseHandlers needed to operate the REST api.
-
Uses of HttpRetryHandler in org.jclouds.atmos.handlers
Classes in org.jclouds.atmos.handlers that implement HttpRetryHandlerModifier and TypeClassDescriptionclass
Handles Retryable responses with error codes in the 4xx rangeclass
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 -
Uses of HttpRetryHandler in org.jclouds.aws.handlers
Classes in org.jclouds.aws.handlers that implement HttpRetryHandlerModifier and TypeClassDescriptionclass
Handles Retryable responses with error codes in the 4xx rangeclass
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 HttpRetryHandlerModifier and TypeClassDescriptionclass
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 HttpRetryHandlerModifier and TypeClassDescriptionclass
Handles 429 Too Many Requests responses.class
This handles failed responses that return aRetryableError
. -
Uses of HttpRetryHandler in org.jclouds.b2.filters
Classes in org.jclouds.b2.filters that implement HttpRetryHandler -
Uses of HttpRetryHandler in org.jclouds.chef.handlers
Classes in org.jclouds.chef.handlers that implement HttpRetryHandlerModifier and TypeClassDescriptionclass
Allow for eventual consistency on sandbox requests. -
Uses of HttpRetryHandler in org.jclouds.cloudstack.handlers
Classes in org.jclouds.cloudstack.handlers that implement HttpRetryHandlerModifier and TypeClassDescriptionclass
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 -
Uses of HttpRetryHandler in org.jclouds.dynect.v3.filters
Classes in org.jclouds.dynect.v3.filters that implement HttpRetryHandlerModifier and TypeClassDescriptionfinal class
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 HttpRetryHandlerModifier and TypeClassDescriptionclass
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 HttpRetryHandlerModifier and TypeClassDescriptionfinal class
class
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 HttpRetryHandlerModifier and TypeFieldDescriptionstatic final HttpRetryHandler
HttpRetryHandler.ALWAYS_RETRY
static final HttpRetryHandler
HttpRetryHandler.NEVER_RETRY
-
Uses of HttpRetryHandler in org.jclouds.http.handlers
Classes in org.jclouds.http.handlers that implement HttpRetryHandlerModifier and TypeClassDescriptionclass
Allow replayable request to be retried a limited number of times, and impose an exponential back-off delay before returning.class
Delegates toHttpRetryHandlers
who are annotated according to the response codes they relate to.class
Retry handler that takes into account the provider rate limit and delays the requests until they are known to succeed.class
Handles Retryable responses with error codes in the 3xx range, backing off when redirecting to itself.Methods in org.jclouds.http.handlers that return HttpRetryHandlerModifier and TypeMethodDescriptionDelegatingRetryHandler.getClientErrorRetryHandler()
DelegatingRetryHandler.getRedirectionRetryHandler()
DelegatingRetryHandler.getServerErrorRetryHandler()
-
Uses of HttpRetryHandler in org.jclouds.openstack.handlers
Classes in org.jclouds.openstack.handlers that implement HttpRetryHandlerModifier and TypeClassDescriptionclass
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 HttpRetryHandlerModifier and TypeClassDescriptionclass
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 HttpRetryHandlerModifier and TypeClassDescriptionclass
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 HttpRetryHandlerModifier and TypeClassDescriptionclass
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