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, XMLParser xml, HttpClient simpleClient, HttpAsyncClient simpleAsyncClient, Crypto encryption, DateService date, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.util.concurrent.ListeningExecutorService ioExecutor, com.google.common.eventbus.EventBus eventBus, Map<String,Credentials> credentialStore, Logger.LoggerFactory loggerFactory)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.