Uses of Class
org.jclouds.http.HttpUtils

Packages that use HttpUtils
org.jclouds.http.internal   
org.jclouds.rest.internal   
 

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, ContentMetadataCodec contentMetadataCodec, ExecutorService ioWorkerExecutor, DelegatingRetryHandler retryHandler, IOExceptionRetryHandler ioRetryHandler, DelegatingErrorHandler errorHandler, HttpWire wire)
           
JavaUrlHttpCommandExecutorService(HttpUtils utils, ContentMetadataCodec contentMetadataCodec, 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, com.google.common.cache.Cache<RestAnnotationProcessor.MethodKey,Method> delegationMap, String apiVersion, String buildVersion, ParseSax.Factory parserFactory, HttpUtils utils, ContentMetadataCodec contentMetadataCodec, com.google.inject.TypeLiteral<T> typeLiteral)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.