Package | Description |
---|---|
org.jclouds.atmos.handlers | |
org.jclouds.aws.handlers |
This package contains HttpResponseHandlers needed to operate the REST api.
|
org.jclouds.azure.storage.handlers | |
org.jclouds.blobstore.strategy.internal | |
org.jclouds.cloudstack.handlers | |
org.jclouds.concurrent | |
org.jclouds.dynect.v3.filters | |
org.jclouds.dynect.v3.handlers | |
org.jclouds.http.handlers | |
org.jclouds.s3.handlers | |
org.jclouds.sqs.handlers | |
org.jclouds.ssh.jsch | |
org.jclouds.sshj |
Constructor and Description |
---|
AtmosClientErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler,
AtmosUtils utils) |
Constructor and Description |
---|
AWSClientErrorRetryHandler(AWSUtils utils,
BackoffLimitedRetryHandler backoffLimitedRetryHandler,
Set<String> retryableCodes) |
Constructor and Description |
---|
AzureStorageClientErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler,
AzureStorageUtils utils) |
Modifier and Type | Field and Description |
---|---|
protected BackoffLimitedRetryHandler |
GetAllBlobsInListAndRetryOnFailure.retryHandler |
protected BackoffLimitedRetryHandler |
FetchBlobMetadata.retryHandler |
protected BackoffLimitedRetryHandler |
DeleteAllKeysInList.retryHandler |
Modifier and Type | Class and Description |
---|---|
class |
InvalidateSessionAndRetryOn401AndLogoutOnClose
This will parse and set an appropriate exception on the command object.
|
Modifier and Type | Method and 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) |
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
GetJobRedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler) |
Modifier and Type | Field and Description |
---|---|
protected BackoffLimitedRetryHandler |
RedirectionRetryHandler.backoffHandler |
static BackoffLimitedRetryHandler |
BackoffLimitedRetryHandler.INSTANCE |
Constructor and Description |
---|
DelegatingRetryHandler(BackoffLimitedRetryHandler backOff,
RedirectionRetryHandler redirectionRetryHandler) |
RedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler) |
Constructor and Description |
---|
S3RedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler,
AWSUtils utils) |
Constructor and Description |
---|
SQSErrorRetryHandler(AWSUtils utils,
BackoffLimitedRetryHandler backoffLimitedRetryHandler,
Set<String> retryableCodes,
int maxTries,
long retryInterval) |
Constructor and Description |
---|
JschSshClient(ProxyConfig proxyConfig,
BackoffLimitedRetryHandler backoffLimitedRetryHandler,
com.google.common.net.HostAndPort socket,
LoginCredentials loginCredentials,
int timeout) |
Constructor and Description |
---|
SshjSshClient(BackoffLimitedRetryHandler backoffLimitedRetryHandler,
com.google.common.net.HostAndPort socket,
LoginCredentials loginCredentials,
int timeout) |
Copyright © 2009-2013 jclouds. All Rights Reserved.