Package org.jclouds.http
Interface HttpCommandExecutorService
- All Known Implementing Classes:
ApacheHCHttpCommandExecutorService
,BaseHttpCommandExecutorService
,JavaUrlHttpCommandExecutorService
,OkHttpCommandExecutorService
,ResponseStatusFromPayloadHttpCommandExecutorService
public interface HttpCommandExecutorService
Capable of invoking http commands.
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(HttpCommand command) Returns aHttpResponse
from the server which responded to thecommand
.
-
Method Details
-
invoke
Returns aHttpResponse
from the server which responded to thecommand
.
-