Uses of Interface
org.jclouds.rest.HttpClient

Packages that use HttpClient
org.jclouds.rest   
org.jclouds.rest.internal   
 

Uses of HttpClient in org.jclouds.rest
 

Methods in org.jclouds.rest that return HttpClient
 HttpClient Utils.getHttpClient()
           
 HttpClient Utils.http()
          #see #getHttpClient
 

Uses of HttpClient in org.jclouds.rest.internal
 

Methods in org.jclouds.rest.internal that return HttpClient
 HttpClient UtilsImpl.getHttpClient()
           
 HttpClient UtilsImpl.http()
           
 

Constructors in org.jclouds.rest.internal with parameters of type HttpClient
UtilsImpl(Json json, HttpClient simpleClient, HttpAsyncClient simpleAsyncClient, Crypto encryption, DateService date, ExecutorService userThreads, ExecutorService ioThreads, Logger.LoggerFactory loggerFactory)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.