Uses of Class
org.jclouds.http.HttpUtils
Packages that use HttpUtils
Package
Description
This package contains HttpRequestFilters needed to operate the REST api.
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 HttpUtilsModifierConstructorDescriptionSignRequest
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, jakarta.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 HttpUtilsModifierConstructorDescriptionAWSRequestAuthorizeSignature
(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, com.google.common.base.Supplier<Credentials> creds, jakarta.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 HttpUtilsModifierConstructorDescriptionSharedKeyLiteAuthentication
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, jakarta.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 HttpUtilsModifierConstructorDescriptionSignedHeaderAuth
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> supplyKey, jakarta.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 HttpUtilsModifierConstructorDescriptionQuerySigner
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, Crypto crypto, HttpUtils utils) -
Uses of HttpUtils in org.jclouds.glacier.filters
Constructors in org.jclouds.glacier.filters with parameters of type HttpUtilsModifierConstructorDescriptionRequestAuthorizeSignature
(jakarta.inject.Provider<String> timeStampProvider, 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 HttpUtilsModifierConstructorDescriptionSharedKeyLiteAuthentication
(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 HttpUtilsModifierConstructorDescriptionprotected
GoogleCloudStorageBlobRequestSigner
(com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> privateKey, jakarta.inject.Provider<Long> timestamp, HttpUtils utils) -
Uses of HttpUtils in org.jclouds.http.internal
Fields in org.jclouds.http.internal declared as HttpUtilsConstructors in org.jclouds.http.internal with parameters of type HttpUtilsModifierConstructorDescriptionprotected
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 HttpUtilsModifierConstructorDescriptionRequestAuthorizeSignatureV2
(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, com.google.common.base.Supplier<Credentials> creds, jakarta.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, DateService dateService)