Uses of Interface
org.jclouds.http.HttpRetryHandler

Packages that use HttpRetryHandler
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.keystone.v2_0.handlers   
org.jclouds.s3.handlers   
 

Uses of HttpRetryHandler in org.jclouds.atmos.handlers
 

Classes in org.jclouds.atmos.handlers that implement HttpRetryHandler
 class AtmosClientErrorRetryHandler
          Handles Retryable responses with error codes in the 4xx range
 

Uses of HttpRetryHandler in org.jclouds.aws.handlers
 

Classes in org.jclouds.aws.handlers that implement HttpRetryHandler
 class AWSClientErrorRetryHandler
          Handles Retryable responses with error codes in the 4xx range
 

Uses of HttpRetryHandler in org.jclouds.azure.storage.handlers
 

Classes in org.jclouds.azure.storage.handlers that implement HttpRetryHandler
 class AzureStorageClientErrorRetryHandler
          Handles Retryable responses with error codes in the 4xx range
 

Uses of HttpRetryHandler in org.jclouds.cloudstack.handlers
 

Classes in org.jclouds.cloudstack.handlers that implement HttpRetryHandler
 class InvalidateSessionAndRetryOn401AndLogoutOnClose
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpRetryHandler in org.jclouds.deltacloud.handlers
 

Classes in org.jclouds.deltacloud.handlers that implement HttpRetryHandler
 class DeltacloudRedirectionRetryHandler
          Handles Retryable responses with error codes in the 3xx range
 

Uses of HttpRetryHandler in org.jclouds.http
 

Fields in org.jclouds.http declared as HttpRetryHandler
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
 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
 

Methods in org.jclouds.http.handlers that return HttpRetryHandler
 HttpRetryHandler DelegatingRetryHandler.getClientErrorRetryHandler()
           
 HttpRetryHandler DelegatingRetryHandler.getRedirectionRetryHandler()
           
 HttpRetryHandler DelegatingRetryHandler.getServerErrorRetryHandler()
           
 

Uses of HttpRetryHandler in org.jclouds.openstack.keystone.v2_0.handlers
 

Classes in org.jclouds.openstack.keystone.v2_0.handlers that implement HttpRetryHandler
 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
 class S3RedirectionRetryHandler
          Handles Retryable responses with error codes in the 3xx range
 



Copyright © 2009-2012 jclouds. All Rights Reserved.