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 classAtmosClientErrorRetryHandlerHandles Retryable responses with error codes in the 4xx rangeclassAtmosServerErrorRetryHandlerHandles 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 classAWSEC2IOExceptionRetryHandler -
Uses of HttpRetryHandler in org.jclouds.aws.handlers
Classes in org.jclouds.aws.handlers that implement HttpRetryHandler Modifier and Type Class Description classAWSClientErrorRetryHandlerHandles Retryable responses with error codes in the 4xx rangeclassAWSServerErrorRetryHandlerHandles 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 classAzureStorageClientErrorRetryHandlerHandles 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 classAzureRateLimitRetryHandlerHandles 429 Too Many Requests responses.classAzureRetryableErrorHandlerThis 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 classB2RetryHandler -
Uses of HttpRetryHandler in org.jclouds.chef.handlers
Classes in org.jclouds.chef.handlers that implement HttpRetryHandler Modifier and Type Class Description classChefApiErrorRetryHandlerAllow 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 classInvalidateSessionAndRetryOn401AndLogoutOnCloseThis 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 classDigitalOcean2RateLimitRetryHandler -
Uses of HttpRetryHandler in org.jclouds.dynect.v3.filters
Classes in org.jclouds.dynect.v3.filters that implement HttpRetryHandler Modifier and Type Class Description classSessionManagerThis 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 classGetJobRedirectionRetryHandlerif 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 classGoogleCloudStorageClientErrorRetryHandlerclassGoogleCloudStorageRedirectRetryHandlerThis 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 HttpRetryHandlerHttpRetryHandler. ALWAYS_RETRYstatic HttpRetryHandlerHttpRetryHandler. NEVER_RETRY -
Uses of HttpRetryHandler in org.jclouds.http.handlers
Classes in org.jclouds.http.handlers that implement HttpRetryHandler Modifier and Type Class Description classBackoffLimitedRetryHandlerAllow replayable request to be retried a limited number of times, and impose an exponential back-off delay before returning.classDelegatingRetryHandlerDelegates toHttpRetryHandlerswho are annotated according to the response codes they relate to.classRateLimitRetryHandlerRetry handler that takes into account the provider rate limit and delays the requests until they are known to succeed.classRedirectionRetryHandlerHandles 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 HttpRetryHandlerDelegatingRetryHandler. getClientErrorRetryHandler()HttpRetryHandlerDelegatingRetryHandler. getRedirectionRetryHandler()HttpRetryHandlerDelegatingRetryHandler. getServerErrorRetryHandler() -
Uses of HttpRetryHandler in org.jclouds.openstack.handlers
Classes in org.jclouds.openstack.handlers that implement HttpRetryHandler Modifier and Type Class Description classRetryOnRenewThis 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 classRetryOnRenewThis 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 classRetryOnRenewThis 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 classS3RedirectionRetryHandlerHandles 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 classSQSErrorRetryHandler
-