Class LegacyMd5ExecutionInterceptor
java.lang.Object
software.amazon.awssdk.services.s3.internal.handlers.LegacyMd5ExecutionInterceptor
- All Implemented Interfaces:
ExecutionInterceptor
@SdkInternalApi
public class LegacyMd5ExecutionInterceptor
extends Object
implements ExecutionInterceptor
Not directly used in the SDK; it's used in a standalone SDK plugin -
LegacyMd5Plugin that enables md5 checksum
calculation.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate()static ChecksumSpecsgetResolvedChecksumSpecs(ExecutionAttributes executionAttributes) static booleanisMd5ChecksumRequired(ExecutionAttributes executionAttributes) modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes) static ChecksumSpecsresolveChecksumSpecs(ExecutionAttributes executionAttributes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
afterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailure
-
Field Details
-
HTTP_CHECKSUM_HEADER_PREFIX
- See Also:
-
-
Method Details
-
create
-
isMd5ChecksumRequired
-
getResolvedChecksumSpecs
-
resolveChecksumSpecs
-
modifyHttpRequest
public SdkHttpRequest modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes) - Specified by:
modifyHttpRequestin interfaceExecutionInterceptor
-