Uses of Class
org.jclouds.http.HttpUtils

Packages that use HttpUtils
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. 
 

Uses of HttpUtils in org.jclouds.atmos.filters
 

Constructors in org.jclouds.atmos.filters with parameters of type HttpUtils
SignRequest(SignatureWire signatureWire, String uid, String encodedKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 

Uses of HttpUtils in org.jclouds.aws.filters
 

Constructors in org.jclouds.aws.filters with parameters of type HttpUtils
FormSigner(SignatureWire signatureWire, String accessKey, String secretKey, javax.inject.Provider<String> dateService, Crypto crypto, HttpUtils utils)
           
 

Uses of HttpUtils in org.jclouds.azure.storage.filters
 

Constructors in org.jclouds.azure.storage.filters with parameters of type HttpUtils
SharedKeyLiteAuthentication(SignatureWire signatureWire, String identity, String encodedKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 

Uses of HttpUtils in org.jclouds.cloudstack.filters
 

Constructors in org.jclouds.cloudstack.filters with parameters of type HttpUtils
QuerySigner(SignatureWire signatureWire, String accessKey, String secretKey, Crypto crypto, HttpUtils utils, javax.inject.Provider<javax.ws.rs.core.UriBuilder> builder)
           
 

Uses of HttpUtils in org.jclouds.gae
 

Fields in org.jclouds.gae declared as HttpUtils
protected  HttpUtils ConvertToGaeRequest.utils
           
protected  HttpUtils AsyncGaeHttpCommandExecutorService.utils
           
 

Constructors in org.jclouds.gae with parameters of type HttpUtils
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)
           
 

Uses of HttpUtils in org.jclouds.gogrid.filters
 

Constructors in org.jclouds.gogrid.filters with parameters of type HttpUtils
SharedKeyLiteAuthentication(String apiKey, String secret, Long timeStamp, HttpUtils utils)
           
 

Uses of HttpUtils in org.jclouds.http.internal
 

Fields in org.jclouds.http.internal declared as HttpUtils
protected  HttpUtils BaseHttpCommandExecutorService.utils
           
 

Constructors in org.jclouds.http.internal with parameters of type HttpUtils
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)
           
 

Uses of HttpUtils in org.jclouds.rest.internal
 

Constructors in org.jclouds.rest.internal with parameters of type HttpUtils
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)
           
 

Uses of HttpUtils in org.jclouds.s3.filters
 

Constructors in org.jclouds.s3.filters with parameters of type HttpUtils
RequestAuthorizeSignature(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, String accessKey, String secretKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.