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.s3.filters |
This package contains HttpRequestFilters needed to operate the REST api.
|
Constructor and Description |
---|
SignRequest(SignatureWire signatureWire,
com.google.common.base.Supplier<Credentials> creds,
javax.inject.Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
Constructor and Description |
---|
FormSigner(SignatureWire signatureWire,
String apiVersion,
com.google.common.base.Supplier<Credentials> creds,
javax.inject.Provider<String> dateService,
Crypto crypto,
HttpUtils utils) |
Constructor and Description |
---|
SharedKeyLiteAuthentication(SignatureWire signatureWire,
com.google.common.base.Supplier<Credentials> creds,
javax.inject.Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
Constructor and Description |
---|
QuerySigner(SignatureWire signatureWire,
com.google.common.base.Supplier<Credentials> creds,
Crypto crypto,
HttpUtils utils) |
Modifier and Type | Field and Description |
---|---|
protected HttpUtils |
ConvertToGaeRequest.utils |
Constructor and Description |
---|
AsyncGaeHttpCommandExecutorService(com.google.appengine.api.urlfetch.URLFetchService urlFetchService,
HttpUtils utils,
ContentMetadataCodec contentMetadataCodec,
com.google.common.util.concurrent.ListeningExecutorService ioExecutor,
IOExceptionRetryHandler ioRetryHandler,
DelegatingRetryHandler retryHandler,
DelegatingErrorHandler errorHandler,
HttpWire wire,
ConvertToGaeRequest convertToGaeRequest,
ConvertToJcloudsResponse convertToJcloudsResponse) |
GaeHttpCommandExecutorService(com.google.appengine.api.urlfetch.URLFetchService urlFetchService,
HttpUtils utils,
ContentMetadataCodec contentMetadataCodec,
com.google.common.util.concurrent.ListeningExecutorService ioExecutor,
IOExceptionRetryHandler ioRetryHandler,
DelegatingRetryHandler retryHandler,
DelegatingErrorHandler errorHandler,
HttpWire wire,
ConvertToGaeRequest convertToGaeRequest,
ConvertToJcloudsResponse convertToJcloudsResponse) |
Constructor and Description |
---|
SharedKeyLiteAuthentication(com.google.common.base.Supplier<Credentials> creds,
Long timeStamp,
HttpUtils utils) |
Modifier and Type | Field and Description |
---|---|
protected HttpUtils |
BaseHttpCommandExecutorService.utils |
Constructor and Description |
---|
BaseHttpCommandExecutorService(HttpUtils utils,
ContentMetadataCodec contentMetadataCodec,
com.google.common.util.concurrent.ListeningExecutorService ioExecutor,
DelegatingRetryHandler retryHandler,
IOExceptionRetryHandler ioRetryHandler,
DelegatingErrorHandler errorHandler,
HttpWire wire) |
JavaUrlHttpCommandExecutorService(HttpUtils utils,
ContentMetadataCodec contentMetadataCodec,
com.google.common.util.concurrent.ListeningExecutorService ioExecutor,
DelegatingRetryHandler retryHandler,
IOExceptionRetryHandler ioRetryHandler,
DelegatingErrorHandler errorHandler,
HttpWire wire,
HostnameVerifier verifier,
com.google.common.base.Supplier<SSLContext> untrustedSSLContextProvider,
com.google.common.base.Function<URI,Proxy> proxyForURI) |
Constructor and Description |
---|
RequestAuthorizeSignature(SignatureWire signatureWire,
String authTag,
boolean isVhostStyle,
String servicePath,
String headerTag,
com.google.common.base.Supplier<Credentials> creds,
javax.inject.Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
Copyright © 2009-2013 jclouds. All Rights Reserved.