Uses of Package
org.jclouds.http.handlers
-
Packages that use org.jclouds.http.handlers Package Description org.jclouds.concurrent org.jclouds.http.handlers org.jclouds.http.internal -
Classes in org.jclouds.http.handlers used by org.jclouds.concurrent Class Description BackoffLimitedRetryHandler Allow replayable request to be retried a limited number of times, and impose an exponential back-off delay before returning. -
Classes in org.jclouds.http.handlers used by org.jclouds.http.handlers Class Description BackoffLimitedRetryHandler Allow replayable request to be retried a limited number of times, and impose an exponential back-off delay before returning.RedirectionRetryHandler Handles Retryable responses with error codes in the 3xx range, backing off when redirecting to itself. -
Classes in org.jclouds.http.handlers used by org.jclouds.http.internal Class Description DelegatingErrorHandler Delegates toHttpErrorHandlerswho are annotated according to the response codes they relate to.DelegatingRetryHandler Delegates toHttpRetryHandlerswho are annotated according to the response codes they relate to.