Interface ExecutableHttpRequest

All Superinterfaces:
Abortable, Callable<HttpExecuteResponse>

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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface software.amazon.awssdk.http.Abortable

    abort