Uses of Class
org.jclouds.http.handlers.BackoffLimitedRetryHandler
Packages that use BackoffLimitedRetryHandler
Package
Description
This package contains HttpResponseHandlers needed to operate the REST api.
-
Uses of BackoffLimitedRetryHandler in org.jclouds.atmos.handlers
Constructors in org.jclouds.atmos.handlers with parameters of type BackoffLimitedRetryHandlerModifierConstructorDescriptionAtmosClientErrorRetryHandler
(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 -
Uses of BackoffLimitedRetryHandler in org.jclouds.aws.handlers
Subclasses of BackoffLimitedRetryHandler in org.jclouds.aws.handlersModifier and TypeClassDescriptionclass
Handles Retryable responses with error codes in the 5xx rangeConstructors in org.jclouds.aws.handlers with parameters of type BackoffLimitedRetryHandlerModifierConstructorDescriptionAWSClientErrorRetryHandler
(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 BackoffLimitedRetryHandlerModifierConstructorDescriptionAzureStorageClientErrorRetryHandler
(BackoffLimitedRetryHandler backoffHandler, AzureStorageUtils utils) -
Uses of BackoffLimitedRetryHandler in org.jclouds.azurecompute.arm.handlers
Subclasses of BackoffLimitedRetryHandler in org.jclouds.azurecompute.arm.handlersModifier and TypeClassDescriptionclass
This handles failed responses that return aRetryableError
. -
Uses of BackoffLimitedRetryHandler in org.jclouds.b2.filters
Subclasses of BackoffLimitedRetryHandler in org.jclouds.b2.filters -
Uses of BackoffLimitedRetryHandler in org.jclouds.blobstore.strategy.internal
Fields in org.jclouds.blobstore.strategy.internal declared as BackoffLimitedRetryHandlerModifier and TypeFieldDescriptionprotected final BackoffLimitedRetryHandler
DeleteAllKeysInList.retryHandler
protected final BackoffLimitedRetryHandler
FetchBlobMetadata.retryHandler
protected final BackoffLimitedRetryHandler
GetAllBlobsInListAndRetryOnFailure.retryHandler
-
Uses of BackoffLimitedRetryHandler in org.jclouds.cloudstack.handlers
Subclasses of BackoffLimitedRetryHandler in org.jclouds.cloudstack.handlersModifier and TypeClassDescriptionclass
This 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 BackoffLimitedRetryHandlerModifier and TypeMethodDescriptionstatic <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.filtersModifier 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 BackoffLimitedRetryHandler in org.jclouds.dynect.v3.handlers
Constructors in org.jclouds.dynect.v3.handlers with parameters of type BackoffLimitedRetryHandlerModifierConstructorDescriptionprotected
GetJobRedirectionRetryHandler
(BackoffLimitedRetryHandler backoffHandler) -
Uses of BackoffLimitedRetryHandler in org.jclouds.googlecloudstorage.handlers
Constructors in org.jclouds.googlecloudstorage.handlers with parameters of type BackoffLimitedRetryHandlerModifierConstructorDescriptionprotected
GoogleCloudStorageClientErrorRetryHandler
(BackoffLimitedRetryHandler backoffHandler) protected
GoogleCloudStorageRedirectRetryHandler
(BackoffLimitedRetryHandler backoffHandler) -
Uses of BackoffLimitedRetryHandler in org.jclouds.http.handlers
Fields in org.jclouds.http.handlers declared as BackoffLimitedRetryHandlerModifier and TypeFieldDescriptionprotected final BackoffLimitedRetryHandler
RedirectionRetryHandler.backoffHandler
static final BackoffLimitedRetryHandler
BackoffLimitedRetryHandler.INSTANCE
Constructors in org.jclouds.http.handlers with parameters of type BackoffLimitedRetryHandlerModifierConstructorDescriptionDelegatingRetryHandler
(BackoffLimitedRetryHandler backOff, RedirectionRetryHandler redirectionRetryHandler) protected
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 BackoffLimitedRetryHandlerModifierConstructorDescriptionprotected
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 BackoffLimitedRetryHandlerModifierConstructorDescriptionS3RedirectionRetryHandler
(BackoffLimitedRetryHandler backoffHandler, AWSUtils utils) -
Uses of BackoffLimitedRetryHandler in org.jclouds.sqs.handlers
Constructors in org.jclouds.sqs.handlers with parameters of type BackoffLimitedRetryHandlerModifierConstructorDescriptionSQSErrorRetryHandler
(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 BackoffLimitedRetryHandlerModifierConstructorDescriptionJschSshClient
(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 BackoffLimitedRetryHandlerModifierConstructorDescriptionSshjSshClient
(BackoffLimitedRetryHandler backoffLimitedRetryHandler, com.google.common.net.HostAndPort socket, LoginCredentials loginCredentials, int timeout, com.google.common.base.Optional<com.jcraft.jsch.agentproxy.Connector> agentConnector)