Uses of Class
org.jclouds.http.handlers.BackoffLimitedRetryHandler
-
-
Uses of BackoffLimitedRetryHandler in org.jclouds.atmos.handlers
Constructors in org.jclouds.atmos.handlers with parameters of type BackoffLimitedRetryHandler Constructor Description AtmosClientErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler, AtmosUtils utils)AtmosServerErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler, AtmosUtils utils) -
Uses of BackoffLimitedRetryHandler in org.jclouds.aws.ec2.compute.strategy
Subclasses of BackoffLimitedRetryHandler in org.jclouds.aws.ec2.compute.strategy Modifier and Type Class Description classAWSEC2IOExceptionRetryHandler -
Uses of BackoffLimitedRetryHandler in org.jclouds.aws.handlers
Subclasses of BackoffLimitedRetryHandler in org.jclouds.aws.handlers Modifier and Type Class Description classAWSServerErrorRetryHandlerHandles Retryable responses with error codes in the 5xx rangeConstructors in org.jclouds.aws.handlers with parameters of type BackoffLimitedRetryHandler Constructor Description AWSClientErrorRetryHandler(AWSUtils utils, BackoffLimitedRetryHandler backoffLimitedRetryHandler, Set<String> retryableCodes) -
Uses of BackoffLimitedRetryHandler in org.jclouds.azure.storage.handlers
Constructors in org.jclouds.azure.storage.handlers with parameters of type BackoffLimitedRetryHandler Constructor Description AzureStorageClientErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler, AzureStorageUtils utils) -
Uses of BackoffLimitedRetryHandler in org.jclouds.azurecompute.arm.handlers
Subclasses of BackoffLimitedRetryHandler in org.jclouds.azurecompute.arm.handlers Modifier and Type Class Description classAzureRetryableErrorHandlerThis handles failed responses that return aRetryableError. -
Uses of BackoffLimitedRetryHandler in org.jclouds.b2.filters
Subclasses of BackoffLimitedRetryHandler in org.jclouds.b2.filters Modifier and Type Class Description classB2RetryHandler -
Uses of BackoffLimitedRetryHandler in org.jclouds.blobstore.strategy.internal
Fields in org.jclouds.blobstore.strategy.internal declared as BackoffLimitedRetryHandler Modifier and Type Field Description protected BackoffLimitedRetryHandlerDeleteAllKeysInList. retryHandlerprotected BackoffLimitedRetryHandlerFetchBlobMetadata. retryHandlerprotected BackoffLimitedRetryHandlerGetAllBlobsInListAndRetryOnFailure. retryHandler -
Uses of BackoffLimitedRetryHandler in org.jclouds.cloudstack.handlers
Subclasses of BackoffLimitedRetryHandler in org.jclouds.cloudstack.handlers Modifier and Type Class Description classInvalidateSessionAndRetryOn401AndLogoutOnCloseThis will parse and set an appropriate exception on the command object. -
Uses of BackoffLimitedRetryHandler in org.jclouds.concurrent
Methods in org.jclouds.concurrent with parameters of type BackoffLimitedRetryHandler Modifier and Type Method Description static <F,T>
Iterable<T>FutureIterables. transformParallel(Iterable<F> fromIterable, com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function, com.google.common.util.concurrent.ListeningExecutorService exec, Long maxTime, Logger logger, String logPrefix, BackoffLimitedRetryHandler retryHandler, int maxRetries) -
Uses of BackoffLimitedRetryHandler in org.jclouds.dynect.v3.filters
Subclasses of BackoffLimitedRetryHandler in org.jclouds.dynect.v3.filters 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 BackoffLimitedRetryHandler in org.jclouds.dynect.v3.handlers
Constructors in org.jclouds.dynect.v3.handlers with parameters of type BackoffLimitedRetryHandler Constructor Description GetJobRedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler) -
Uses of BackoffLimitedRetryHandler in org.jclouds.googlecloudstorage.handlers
Constructors in org.jclouds.googlecloudstorage.handlers with parameters of type BackoffLimitedRetryHandler Constructor Description GoogleCloudStorageClientErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler)GoogleCloudStorageRedirectRetryHandler(BackoffLimitedRetryHandler backoffHandler) -
Uses of BackoffLimitedRetryHandler in org.jclouds.http.handlers
Fields in org.jclouds.http.handlers declared as BackoffLimitedRetryHandler Modifier and Type Field Description protected BackoffLimitedRetryHandlerRedirectionRetryHandler. backoffHandlerstatic BackoffLimitedRetryHandlerBackoffLimitedRetryHandler. INSTANCEConstructors in org.jclouds.http.handlers with parameters of type BackoffLimitedRetryHandler Constructor Description DelegatingRetryHandler(BackoffLimitedRetryHandler backOff, RedirectionRetryHandler redirectionRetryHandler)RedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler) -
Uses of BackoffLimitedRetryHandler in org.jclouds.openstack.keystone.v1_1.handlers
Constructors in org.jclouds.openstack.keystone.v1_1.handlers with parameters of type BackoffLimitedRetryHandler Constructor Description RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,Auth> authenticationResponseCache, BackoffLimitedRetryHandler backoffHandler) -
Uses of BackoffLimitedRetryHandler in org.jclouds.s3.handlers
Constructors in org.jclouds.s3.handlers with parameters of type BackoffLimitedRetryHandler Constructor Description S3RedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler, AWSUtils utils) -
Uses of BackoffLimitedRetryHandler in org.jclouds.sqs.handlers
Constructors in org.jclouds.sqs.handlers with parameters of type BackoffLimitedRetryHandler Constructor Description SQSErrorRetryHandler(AWSUtils utils, BackoffLimitedRetryHandler backoffLimitedRetryHandler, Set<String> retryableCodes, int maxTries, long retryInterval) -
Uses of BackoffLimitedRetryHandler in org.jclouds.ssh.jsch
Constructors in org.jclouds.ssh.jsch with parameters of type BackoffLimitedRetryHandler Constructor Description JschSshClient(ProxyConfig proxyConfig, BackoffLimitedRetryHandler backoffLimitedRetryHandler, com.google.common.net.HostAndPort socket, LoginCredentials loginCredentials, int timeout, com.google.common.base.Optional<com.jcraft.jsch.agentproxy.Connector> agentConnector) -
Uses of BackoffLimitedRetryHandler in org.jclouds.sshj
Constructors in org.jclouds.sshj with parameters of type BackoffLimitedRetryHandler Constructor Description SshjSshClient(BackoffLimitedRetryHandler backoffLimitedRetryHandler, com.google.common.net.HostAndPort socket, LoginCredentials loginCredentials, int timeout, com.google.common.base.Optional<com.jcraft.jsch.agentproxy.Connector> agentConnector)
-