public interface HttpCommandExecutorService
Modifier and Type | Method and Description |
---|---|
Future<HttpResponse> |
submit(HttpCommand command)
Asks the command to build a request relevant for an endpoint that produces responses of
generic type
HttpResponse . |
Future<HttpResponse> submit(HttpCommand command)
HttpResponse
. and invokes it on the endpoint, returning a futurecommand
- that generates requestsFuture
containing the response from the endpoint
Copyright © 2009-2012 jclouds. All Rights Reserved.