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