| Package | Description |
|---|---|
| org.jclouds.atmos.filters | |
| org.jclouds.aws.filters | |
| org.jclouds.azure.storage.filters | |
| org.jclouds.cloudstack.filters | |
| org.jclouds.gae | |
| org.jclouds.gogrid.filters | |
| org.jclouds.http.internal | |
| org.jclouds.rest.internal | |
| org.jclouds.s3.filters |
This package contains HttpRequestFilters needed to operate the REST api.
|
| Constructor and Description |
|---|
SignRequest(SignatureWire signatureWire,
String uid,
String encodedKey,
Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
| Constructor and Description |
|---|
FormSigner(SignatureWire signatureWire,
String accessKey,
String secretKey,
Provider<String> dateService,
Crypto crypto,
HttpUtils utils) |
| Constructor and Description |
|---|
SharedKeyLiteAuthentication(SignatureWire signatureWire,
String identity,
String encodedKey,
Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
| Constructor and Description |
|---|
QuerySigner(SignatureWire signatureWire,
String accessKey,
String secretKey,
Crypto crypto,
HttpUtils utils,
Provider<UriBuilder> builder) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpUtils |
ConvertToGaeRequest.utils |
protected HttpUtils |
AsyncGaeHttpCommandExecutorService.utils |
| Constructor and Description |
|---|
AsyncGaeHttpCommandExecutorService(ExecutorService service,
com.google.appengine.api.urlfetch.URLFetchService urlFetchService,
ConvertToGaeRequest convertToGaeRequest,
ConvertToJcloudsResponse convertToJcloudsResponse,
DelegatingRetryHandler retryHandler,
IOExceptionRetryHandler ioRetryHandler,
DelegatingErrorHandler errorHandler,
HttpUtils utils,
HttpWire wire) |
GaeHttpCommandExecutorService(com.google.appengine.api.urlfetch.URLFetchService urlFetchService,
HttpUtils utils,
ExecutorService ioExecutor,
IOExceptionRetryHandler ioRetryHandler,
DelegatingRetryHandler retryHandler,
DelegatingErrorHandler errorHandler,
HttpWire wire,
ConvertToGaeRequest convertToGaeRequest,
ConvertToJcloudsResponse convertToJcloudsResponse) |
| Constructor and Description |
|---|
SharedKeyLiteAuthentication(String apiKey,
String secret,
Long timeStamp,
HttpUtils utils) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpUtils |
BaseHttpCommandExecutorService.utils |
| Constructor and Description |
|---|
BaseHttpCommandExecutorService(HttpUtils utils,
ExecutorService ioWorkerExecutor,
DelegatingRetryHandler retryHandler,
IOExceptionRetryHandler ioRetryHandler,
DelegatingErrorHandler errorHandler,
HttpWire wire) |
JavaUrlHttpCommandExecutorService(HttpUtils utils,
ExecutorService ioWorkerExecutor,
DelegatingRetryHandler retryHandler,
IOExceptionRetryHandler ioRetryHandler,
DelegatingErrorHandler errorHandler,
HttpWire wire,
HostnameVerifier verifier,
com.google.common.base.Supplier<SSLContext> untrustedSSLContextProvider) |
| Constructor and Description |
|---|
RestAnnotationProcessor(com.google.inject.Injector injector,
com.google.common.cache.LoadingCache<Class<?>,Boolean> seedAnnotationCache,
String apiVersion,
String buildVersion,
ParseSax.Factory parserFactory,
HttpUtils utils,
com.google.inject.TypeLiteral<T> typeLiteral) |
| Constructor and Description |
|---|
RequestAuthorizeSignature(SignatureWire signatureWire,
String authTag,
boolean isVhostStyle,
String servicePath,
String headerTag,
String accessKey,
String secretKey,
Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
Copyright © 2009-2012 jclouds. All Rights Reserved.