Class 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 Detail

      • S3MetaRequestWrapper

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

      • close

        public void close()
      • incrementReadWindow

        public void incrementReadWindow​(long windowSize)
      • pause

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

        public void cancel()