Uses of Interface
org.jclouds.http.TransformingHttpCommand

Packages that use TransformingHttpCommand
org.jclouds.http   
org.jclouds.rest.internal   
 

Uses of TransformingHttpCommand in org.jclouds.http
 

Classes in org.jclouds.http that implement TransformingHttpCommand
 class TransformingHttpCommandImpl<T>
          Executor which will invoke and transform the response of an EndpointCommand into generic type .
 

Uses of TransformingHttpCommand in org.jclouds.rest.internal
 

Methods in org.jclouds.rest.internal that return TransformingHttpCommand
 TransformingHttpCommand<?> AsyncRestClientProxy.Factory.create(HttpRequest request, com.google.common.base.Function<HttpResponse,?> transformer)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.