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 classAWSEC2IOExceptionRetryHandler -
Uses of IOExceptionRetryHandler in org.jclouds.aws.handlers
Classes in org.jclouds.aws.handlers that implement IOExceptionRetryHandler Modifier and Type Class Description classAWSServerErrorRetryHandlerHandles 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 classAzureRetryableErrorHandlerThis 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 classB2RetryHandler -
Uses of IOExceptionRetryHandler in org.jclouds.cloudstack.handlers
Classes in org.jclouds.cloudstack.handlers that implement IOExceptionRetryHandler Modifier and Type Class Description classInvalidateSessionAndRetryOn401AndLogoutOnCloseThis 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 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 IOExceptionRetryHandler in org.jclouds.http
Fields in org.jclouds.http declared as IOExceptionRetryHandler Modifier and Type Field Description static IOExceptionRetryHandlerIOExceptionRetryHandler. ALWAYS_RETRYstatic IOExceptionRetryHandlerIOExceptionRetryHandler. NEVER_RETRY -
Uses of IOExceptionRetryHandler in org.jclouds.http.handlers
Classes in org.jclouds.http.handlers that implement IOExceptionRetryHandler 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. -
Uses of IOExceptionRetryHandler in org.jclouds.http.internal
Fields in org.jclouds.http.internal declared as IOExceptionRetryHandler Modifier and Type Field Description protected IOExceptionRetryHandlerBaseHttpCommandExecutorService. ioRetryHandlerConstructors 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)
-