Modifier and Type | Method and Description |
---|---|
HttpAsyncClient |
asyncHttp()
#see #getHttpAsyncClient
|
Crypto |
crypto()
#see #getCrypto
|
DateService |
date()
#see #getDateService
|
com.google.common.eventbus.EventBus |
eventBus() |
Crypto |
getCrypto() |
DateService |
getDateService() |
com.google.common.eventbus.EventBus |
getEventBus() |
HttpAsyncClient |
getHttpAsyncClient() |
HttpClient |
getHttpClient() |
com.google.inject.Injector |
getInjector() |
ExecutorService |
getIoExecutor() |
Json |
getJson() |
Logger.LoggerFactory |
getLoggerFactory() |
ExecutorService |
getUserExecutor() |
HttpClient |
http()
#see #getHttpClient
|
com.google.inject.Injector |
injector()
#see #getInjector
|
ExecutorService |
ioExecutor()
#see #getIoExecutor
|
Json |
json()
#see #getJson
|
Logger.LoggerFactory |
loggerFactory()
#see #getLoggerFactory
|
ExecutorService |
userExecutor()
#see #getUserExecutor
|
Json getJson()
Json json()
HttpAsyncClient getHttpAsyncClient()
HttpAsyncClient asyncHttp()
HttpClient getHttpClient()
HttpClient http()
Crypto getCrypto()
Crypto crypto()
DateService getDateService()
DateService date()
ExecutorService getUserExecutor()
ExecutorService userExecutor()
ExecutorService getIoExecutor()
ExecutorService ioExecutor()
@Beta com.google.common.eventbus.EventBus getEventBus()
com.google.common.eventbus.EventBus eventBus()
Logger.LoggerFactory getLoggerFactory()
Logger.LoggerFactory loggerFactory()
@Beta com.google.inject.Injector getInjector()
@Beta com.google.inject.Injector injector()
Copyright © 2009-2012 jclouds. All Rights Reserved.