Constructor and Description |
---|
AtmosBlobRequestSigner(RestAnnotationProcessor<AtmosAsyncClient> processor,
BlobToObject blobToObject,
BlobToHttpGetOptions blob2ObjectGetOptions) |
Constructor and Description |
---|
AzureBlobRequestSigner(RestAnnotationProcessor<AzureBlobAsyncClient> processor,
BlobToAzureBlob blobToBlob,
BlobToHttpGetOptions blob2HttpGetOptions) |
Constructor and Description |
---|
HPCloudObjectStorageBlobRequestSigner(RestAnnotationProcessor<HPCloudObjectStorageAsyncApi> processor,
BlobToObject blobToObject,
BlobToHttpGetOptions blob2HttpGetOptions,
Crypto crypto,
com.google.inject.Provider<Long> unixEpochTimestampProvider,
com.google.common.base.Supplier<Access> access,
String accessKey,
String secretKey) |
Constructor and Description |
---|
SwiftBlobSigner(BlobToObject blobToObject,
BlobToHttpGetOptions blob2HttpGetOptions,
Crypto crypto,
com.google.inject.Provider<Long> unixEpochTimestampProvider,
com.google.common.base.Supplier<String> temporaryUrlKeySupplier,
RestAnnotationProcessor<T> processor)
create a signer for this subtype of swift
|
Constructor and Description |
---|
AsyncRestClientProxy(com.google.inject.Injector injector,
AsyncRestClientProxy.Factory factory,
RestAnnotationProcessor<T> util,
com.google.inject.TypeLiteral<T> typeLiteral,
com.google.common.cache.LoadingCache<ClassMethodArgs,Object> delegateMap) |
Constructor and Description |
---|
S3BlobRequestSigner(RestAnnotationProcessor<S3AsyncClient> processor,
BlobToObject blobToObject,
BlobToHttpGetOptions blob2HttpGetOptions) |
Copyright © 2009-2013 jclouds. All Rights Reserved.