|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.rest.internal.UtilsImpl
public class UtilsImpl
| Constructor Summary | |
|---|---|
protected |
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)
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject
protected UtilsImpl(com.google.inject.Injector injector,
Json json,
HttpClient simpleClient,
HttpAsyncClient simpleAsyncClient,
Crypto encryption,
DateService date,
@Named(value="jclouds.user-threads")
ExecutorService userThreads,
@Named(value="jclouds.io-worker-threads")
ExecutorService ioThreads,
com.google.common.eventbus.EventBus eventBus,
Logger.LoggerFactory loggerFactory)
| Method Detail |
|---|
public HttpAsyncClient asyncHttp()
Utils
asyncHttp in interface Utilspublic DateService date()
Utils
date in interface Utilspublic Crypto crypto()
Utils
crypto in interface Utilspublic DateService getDateService()
getDateService in interface Utilspublic Crypto getCrypto()
getCrypto in interface Utilspublic HttpAsyncClient getHttpAsyncClient()
getHttpAsyncClient in interface Utilspublic HttpClient getHttpClient()
getHttpClient in interface Utilspublic HttpClient http()
Utils
http in interface Utilspublic ExecutorService getIoExecutor()
getIoExecutor in interface Utilspublic ExecutorService getUserExecutor()
getUserExecutor in interface Utilspublic ExecutorService ioExecutor()
Utils
ioExecutor in interface Utilspublic ExecutorService userExecutor()
Utils
userExecutor in interface Utilspublic com.google.common.eventbus.EventBus getEventBus()
getEventBus in interface Utilspublic com.google.common.eventbus.EventBus eventBus()
eventBus in interface Utilspublic Logger.LoggerFactory getLoggerFactory()
getLoggerFactory in interface Utilspublic Logger.LoggerFactory loggerFactory()
Utils
loggerFactory in interface Utilspublic Json getJson()
getJson in interface Utilspublic Json json()
Utils
json in interface Utils@Beta public com.google.inject.Injector getInjector()
getInjector in interface Utils@Beta public com.google.inject.Injector injector()
Utils
injector in interface Utils
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||