Package org.jclouds.http
Interface HttpCommandExecutorService
-
- All Known Implementing Classes:
ApacheHCHttpCommandExecutorService,BaseHttpCommandExecutorService,JavaUrlHttpCommandExecutorService,OkHttpCommandExecutorService,ResponseStatusFromPayloadHttpCommandExecutorService
public interface HttpCommandExecutorServiceCapable of invoking http commands.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpResponseinvoke(HttpCommand command)Returns aHttpResponsefrom the server which responded to thecommand.
-
-
-
Method Detail
-
invoke
HttpResponse invoke(HttpCommand command)
Returns aHttpResponsefrom the server which responded to thecommand.
-
-