org.jclouds.rest
Interface Utils

All Known Subinterfaces:
Utils
All Known Implementing Classes:
UtilsImpl, UtilsImpl

public interface Utils

Author:
Adrian Cole

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
 

Method Detail

getJson

Json getJson()

json

Json json()
#see #getJson


getHttpAsyncClient

HttpAsyncClient getHttpAsyncClient()

asyncHttp

HttpAsyncClient asyncHttp()
#see #getHttpAsyncClient


getHttpClient

HttpClient getHttpClient()

http

HttpClient http()
#see #getHttpClient


getCrypto

Crypto getCrypto()

crypto

Crypto crypto()
#see #getCrypto


getDateService

DateService getDateService()

date

DateService date()
#see #getDateService


getUserExecutor

ExecutorService getUserExecutor()

userExecutor

ExecutorService userExecutor()
#see #getUserExecutor


getIoExecutor

ExecutorService getIoExecutor()

ioExecutor

ExecutorService ioExecutor()
#see #getIoExecutor


getLoggerFactory

Logger.LoggerFactory getLoggerFactory()

loggerFactory

Logger.LoggerFactory loggerFactory()
#see #getLoggerFactory



Copyright © 2009-2011 jclouds. All Rights Reserved.