|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransformingHttpCommand<T>
Command that utilizes RESTFul apis and extracts T
from the HttpResponse.
Method Summary | |
---|---|
com.google.common.util.concurrent.ListenableFuture<T> |
execute()
invoke and transform the response <R> into value type <T> |
Methods inherited from interface org.jclouds.http.HttpCommand |
---|
getCurrentRequest, getException, getFailureCount, getRedirectCount, incrementFailureCount, incrementRedirectCount, isReplayable, setCurrentRequest, setException |
Method Detail |
---|
com.google.common.util.concurrent.ListenableFuture<T> execute() throws ExecutionException
<R>
into value type <T>
ExecutionException
- if there is a fatal error preventing the command from invoking
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |