Package software.amazon.awssdk.http
Interface Abortable
-
- All Known Subinterfaces:
ExecutableHttpRequest
- All Known Implementing Classes:
AbortableInputStream
,AbortableInputStreamSubscriber
public interface Abortable
An Abortable task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
abort()
Aborts the execution of the task.
-