Class S3MetaRequestWrapper

java.lang.Object
software.amazon.awssdk.services.s3.internal.crt.S3MetaRequestWrapper

public class S3MetaRequestWrapper extends Object
A wrapper class that manages the lifecycle of the underlying S3MetaRequest. This class is needed to ensure we don't invoke methods on S3MetaRequest after it's closed, otherwise CRT will crash.
  • Constructor Details

    • S3MetaRequestWrapper

      public S3MetaRequestWrapper(software.amazon.awssdk.crt.s3.S3MetaRequest delegate)
  • Method Details

    • close

      public void close()
    • incrementReadWindow

      public void incrementReadWindow(long windowSize)
    • pause

      public software.amazon.awssdk.crt.s3.ResumeToken pause()
    • cancel

      public void cancel()