public interface TransformingHttpCommand<T> extends HttpCommand
T
from the HttpResponse.Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<T> |
execute()
invoke and transform the response
<R> into value type <T> |
getCurrentRequest, getException, getFailureCount, getRedirectCount, incrementFailureCount, incrementRedirectCount, isReplayable, setCurrentRequest, setException
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 invokingCopyright © 2009-2012 jclouds. All Rights Reserved.