Uses of Interface
org.jclouds.http.TransformingHttpCommandExecutorService

Packages that use TransformingHttpCommandExecutorService
org.jclouds.http   
 

Uses of TransformingHttpCommandExecutorService in org.jclouds.http
 

Classes in org.jclouds.http that implement TransformingHttpCommandExecutorService
 class TransformingHttpCommandExecutorServiceImpl
          Executor which will invoke and transform the response of an EndpointCommand into generic type .
 

Fields in org.jclouds.http declared as TransformingHttpCommandExecutorService
protected  TransformingHttpCommandExecutorService TransformingHttpCommandImpl.executorService
           
 

Constructors in org.jclouds.http with parameters of type TransformingHttpCommandExecutorService
TransformingHttpCommandImpl(TransformingHttpCommandExecutorService executorService, HttpRequest request, com.google.common.base.Function<HttpResponse,T> transformer)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.