Interface ExecutableHttpRequest
- All Superinterfaces:
Abortable,Callable<HttpExecuteResponse>
@SdkPublicApi
public interface ExecutableHttpRequest
extends Callable<HttpExecuteResponse>, Abortable
An HTTP request that can be invoked by
call(). Once invoked, the HTTP call can be cancelled via Abortable.abort(),
which should release the thread that has invoked call() as soon as possible.-
Method Summary
-
Method Details
-
call
- Specified by:
callin interfaceCallable<HttpExecuteResponse>- Throws:
IOException
-