Uses of Interface
org.jclouds.rest.HttpAsyncClient

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

Uses of HttpAsyncClient in org.jclouds.rest
 

Methods in org.jclouds.rest that return HttpAsyncClient
 HttpAsyncClient Utils.asyncHttp()
          #see #getHttpAsyncClient
 HttpAsyncClient Utils.getHttpAsyncClient()
           
 

Uses of HttpAsyncClient in org.jclouds.rest.internal
 

Methods in org.jclouds.rest.internal that return HttpAsyncClient
 HttpAsyncClient UtilsImpl.asyncHttp()
           
 HttpAsyncClient UtilsImpl.getHttpAsyncClient()
           
 

Constructors in org.jclouds.rest.internal with parameters of type HttpAsyncClient
UtilsImpl(com.google.inject.Injector injector, Json json, HttpClient simpleClient, HttpAsyncClient simpleAsyncClient, Crypto encryption, DateService date, ExecutorService userThreads, ExecutorService ioThreads, com.google.common.eventbus.EventBus eventBus, Logger.LoggerFactory loggerFactory)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.