Package software.amazon.awssdk.http
Interface ExecutableHttpRequest
- All Superinterfaces:
 Abortable,Callable<HttpExecuteResponse>
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
 
 -