Interface Abortable

All Known Subinterfaces:
ExecutableHttpRequest
All Known Implementing Classes:
AbortableInputStream, AbortableInputStreamSubscriber, BytesReadTrackingInputStream, ChecksumValidatingInputStream, ResponseInputStream, S3ChecksumValidatingInputStream

public interface Abortable
An Abortable task.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Aborts the execution of the task.
  • Method Details

    • abort

      void abort()
      Aborts the execution of the task. Multiple calls to abort or calling abort an already aborted task should return without error.