Uses of Interface
org.jclouds.http.IOExceptionRetryHandler
-
Packages that use IOExceptionRetryHandler Package Description org.jclouds.aws.ec2.compute.strategy org.jclouds.aws.handlers This package contains HttpResponseHandlers needed to operate the REST api.org.jclouds.azurecompute.arm.handlers org.jclouds.b2.filters org.jclouds.cloudstack.handlers org.jclouds.dynect.v3.filters org.jclouds.http org.jclouds.http.handlers org.jclouds.http.internal -
-
Uses of IOExceptionRetryHandler in org.jclouds.aws.ec2.compute.strategy
Classes in org.jclouds.aws.ec2.compute.strategy that implement IOExceptionRetryHandler Modifier and Type Class Description class
AWSEC2IOExceptionRetryHandler
-
Uses of IOExceptionRetryHandler in org.jclouds.aws.handlers
Classes in org.jclouds.aws.handlers that implement IOExceptionRetryHandler Modifier and Type Class Description class
AWSServerErrorRetryHandler
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 IOExceptionRetryHandler Modifier and Type Class Description class
AzureRetryableErrorHandler
This handles failed responses that return aRetryableError
. -
Uses of IOExceptionRetryHandler in org.jclouds.b2.filters
Classes in org.jclouds.b2.filters that implement IOExceptionRetryHandler Modifier and Type Class Description class
B2RetryHandler
-
Uses of IOExceptionRetryHandler in org.jclouds.cloudstack.handlers
Classes in org.jclouds.cloudstack.handlers that implement IOExceptionRetryHandler Modifier and Type Class Description class
InvalidateSessionAndRetryOn401AndLogoutOnClose
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 IOExceptionRetryHandler Modifier and Type Class Description class
SessionManager
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 IOExceptionRetryHandler Modifier and Type Field Description static IOExceptionRetryHandler
IOExceptionRetryHandler. ALWAYS_RETRY
static IOExceptionRetryHandler
IOExceptionRetryHandler. NEVER_RETRY
-
Uses of IOExceptionRetryHandler in org.jclouds.http.handlers
Classes in org.jclouds.http.handlers that implement IOExceptionRetryHandler Modifier and Type Class Description class
BackoffLimitedRetryHandler
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 IOExceptionRetryHandler Modifier and Type Field Description protected IOExceptionRetryHandler
BaseHttpCommandExecutorService. ioRetryHandler
Constructors in org.jclouds.http.internal with parameters of type IOExceptionRetryHandler Constructor Description 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)
-