|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.rest.internal.UtilsImpl
public class UtilsImpl
Constructor Summary | |
---|---|
protected |
UtilsImpl(Json json,
HttpClient simpleClient,
HttpAsyncClient simpleAsyncClient,
Crypto encryption,
DateService date,
ExecutorService userThreads,
ExecutorService ioThreads,
Logger.LoggerFactory loggerFactory)
|
Method Summary | |
---|---|
HttpAsyncClient |
asyncHttp()
#see #getHttpAsyncClient |
Crypto |
crypto()
#see #getCrypto |
DateService |
date()
#see #getDateService |
Crypto |
getCrypto()
|
DateService |
getDateService()
|
HttpAsyncClient |
getHttpAsyncClient()
|
HttpClient |
getHttpClient()
|
ExecutorService |
getIoExecutor()
|
Json |
getJson()
|
Logger.LoggerFactory |
getLoggerFactory()
|
ExecutorService |
getUserExecutor()
|
HttpClient |
http()
#see #getHttpClient |
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(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, Logger.LoggerFactory loggerFactory)
Method Detail |
---|
public HttpAsyncClient asyncHttp()
Utils
asyncHttp
in interface Utils
public DateService date()
Utils
date
in interface Utils
public Crypto crypto()
Utils
crypto
in interface Utils
public DateService getDateService()
getDateService
in interface Utils
public Crypto getCrypto()
getCrypto
in interface Utils
public HttpAsyncClient getHttpAsyncClient()
getHttpAsyncClient
in interface Utils
public HttpClient getHttpClient()
getHttpClient
in interface Utils
public HttpClient http()
Utils
http
in interface Utils
public ExecutorService getIoExecutor()
getIoExecutor
in interface Utils
public ExecutorService getUserExecutor()
getUserExecutor
in interface Utils
public ExecutorService ioExecutor()
Utils
ioExecutor
in interface Utils
public ExecutorService userExecutor()
Utils
userExecutor
in interface Utils
public Logger.LoggerFactory getLoggerFactory()
getLoggerFactory
in interface Utils
public Logger.LoggerFactory loggerFactory()
Utils
loggerFactory
in interface Utils
public Json getJson()
getJson
in interface Utils
public Json json()
Utils
json
in interface Utils
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |