Uses of Class
org.jclouds.http.HttpUtils
-
Packages that use HttpUtils Package Description org.jclouds.atmos.filters org.jclouds.aws.s3.filters This package contains HttpRequestFilters needed to operate the REST api.org.jclouds.azure.storage.filters org.jclouds.chef.filters org.jclouds.cloudstack.filters org.jclouds.gogrid.filters org.jclouds.googlecloudstorage.blobstore org.jclouds.http.internal org.jclouds.s3.filters This package contains HttpRequestFilters needed to operate the REST api. -
-
Uses of HttpUtils in org.jclouds.atmos.filters
Constructors in org.jclouds.atmos.filters with parameters of type HttpUtils Constructor Description SignRequest(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
-
Uses of HttpUtils in org.jclouds.aws.s3.filters
Constructors in org.jclouds.aws.s3.filters with parameters of type HttpUtils Constructor Description AWSRequestAuthorizeSignature(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, DateService dateService)
-
Uses of HttpUtils in org.jclouds.azure.storage.filters
Constructors in org.jclouds.azure.storage.filters with parameters of type HttpUtils Constructor Description SharedKeyLiteAuthentication(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, boolean sasAuthentication, StorageUrlSupplier storageUrlSupplier, AuthType authType, OAuthFilter oAuthFilter)
-
Uses of HttpUtils in org.jclouds.chef.filters
Constructors in org.jclouds.chef.filters with parameters of type HttpUtils Constructor Description SignedHeaderAuth(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> supplyKey, javax.inject.Provider<String> timeStampProvider, HttpUtils utils, Crypto crypto)
-
Uses of HttpUtils in org.jclouds.cloudstack.filters
Constructors in org.jclouds.cloudstack.filters with parameters of type HttpUtils Constructor Description QuerySigner(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, Crypto crypto, HttpUtils utils)
-
Uses of HttpUtils in org.jclouds.gogrid.filters
Constructors in org.jclouds.gogrid.filters with parameters of type HttpUtils Constructor Description SharedKeyLiteAuthentication(com.google.common.base.Supplier<Credentials> creds, Long timeStamp, HttpUtils utils)
-
Uses of HttpUtils in org.jclouds.googlecloudstorage.blobstore
Constructors in org.jclouds.googlecloudstorage.blobstore with parameters of type HttpUtils Constructor Description GoogleCloudStorageBlobRequestSigner(com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> privateKey, javax.inject.Provider<Long> timestamp, HttpUtils utils)
-
Uses of HttpUtils in org.jclouds.http.internal
Fields in org.jclouds.http.internal declared as HttpUtils Modifier and Type Field Description protected HttpUtils
BaseHttpCommandExecutorService. utils
Constructors in org.jclouds.http.internal with parameters of type HttpUtils Constructor Description BaseHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire, String idempotentMethods)
JavaUrlHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, 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, String idempotentMethods, int outputSocketBufferSize, String userAgent)
-
Uses of HttpUtils in org.jclouds.s3.filters
Constructors in org.jclouds.s3.filters with parameters of type HttpUtils Constructor Description RequestAuthorizeSignatureV2(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, DateService dateService)
-