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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpResponse
invoke(HttpCommand command)
Returns aHttpResponse
from the server which responded to thecommand
.
-
-
-
Method Detail
-
invoke
HttpResponse invoke(HttpCommand command)
Returns aHttpResponse
from the server which responded to thecommand
.
-
-