Class S3MetaRequestWrapper
java.lang.Object
software.amazon.awssdk.services.s3.internal.crt.S3MetaRequestWrapper
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
void
close()
void
incrementReadWindow
(long windowSize) software.amazon.awssdk.crt.s3.ResumeToken
pause()
-
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()
-