Uses of Interface
org.jclouds.http.IOExceptionRetryHandler
Packages that use IOExceptionRetryHandler
Package
Description
This package contains HttpResponseHandlers needed to operate the REST api.
-
Uses of IOExceptionRetryHandler in org.jclouds.aws.ec2.compute.strategy
Classes in org.jclouds.aws.ec2.compute.strategy that implement IOExceptionRetryHandler -
Uses of IOExceptionRetryHandler in org.jclouds.aws.handlers
Classes in org.jclouds.aws.handlers that implement IOExceptionRetryHandlerModifier and TypeClassDescriptionclass
Handles Retryable responses with error codes in the 5xx range -
Uses of IOExceptionRetryHandler in org.jclouds.azurecompute.arm.handlers
Classes in org.jclouds.azurecompute.arm.handlers that implement IOExceptionRetryHandlerModifier and TypeClassDescriptionclass
This handles failed responses that return aRetryableError
. -
Uses of IOExceptionRetryHandler in org.jclouds.b2.filters
Classes in org.jclouds.b2.filters that implement IOExceptionRetryHandler -
Uses of IOExceptionRetryHandler in org.jclouds.cloudstack.handlers
Classes in org.jclouds.cloudstack.handlers that implement IOExceptionRetryHandlerModifier and TypeClassDescriptionclass
This will parse and set an appropriate exception on the command object. -
Uses of IOExceptionRetryHandler in org.jclouds.dynect.v3.filters
Classes in org.jclouds.dynect.v3.filters that implement IOExceptionRetryHandlerModifier 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 IOExceptionRetryHandler in org.jclouds.http
Fields in org.jclouds.http declared as IOExceptionRetryHandlerModifier and TypeFieldDescriptionstatic final IOExceptionRetryHandler
IOExceptionRetryHandler.ALWAYS_RETRY
static final IOExceptionRetryHandler
IOExceptionRetryHandler.NEVER_RETRY
-
Uses of IOExceptionRetryHandler in org.jclouds.http.handlers
Classes in org.jclouds.http.handlers that implement IOExceptionRetryHandlerModifier and TypeClassDescriptionclass
Allow replayable request to be retried a limited number of times, and impose an exponential back-off delay before returning. -
Uses of IOExceptionRetryHandler in org.jclouds.http.internal
Fields in org.jclouds.http.internal declared as IOExceptionRetryHandlerModifier and TypeFieldDescriptionprotected final IOExceptionRetryHandler
BaseHttpCommandExecutorService.ioRetryHandler
Constructors in org.jclouds.http.internal with parameters of type IOExceptionRetryHandlerModifierConstructorDescriptionprotected
BaseHttpCommandExecutorService
(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, String idempotentMethods) JavaUrlHttpCommandExecutorService
(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, HostnameVerifier verifier, com.google.common.base.Supplier<SSLContext> untrustedSSLContextProvider, com.google.common.base.Function<URI, Proxy> proxyForURI, String idempotentMethods, int outputSocketBufferSize, String userAgent)