public class LegacyMd5ExecutionInterceptor extends Object implements ExecutionInterceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_CHECKSUM_HEADER_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
static LegacyMd5ExecutionInterceptor |
create() |
static ChecksumSpecs |
getResolvedChecksumSpecs(ExecutionAttributes executionAttributes) |
static boolean |
isMd5ChecksumRequired(ExecutionAttributes executionAttributes) |
SdkHttpRequest |
modifyHttpRequest(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes)
Modify the
SdkHttpFullRequest before it is sent to the service. |
static ChecksumSpecs |
resolveChecksumSpecs(ExecutionAttributes executionAttributes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailurepublic static final String HTTP_CHECKSUM_HEADER_PREFIX
public static LegacyMd5ExecutionInterceptor create()
public static boolean isMd5ChecksumRequired(ExecutionAttributes executionAttributes)
public static ChecksumSpecs getResolvedChecksumSpecs(ExecutionAttributes executionAttributes)
public static ChecksumSpecs resolveChecksumSpecs(ExecutionAttributes executionAttributes)
public SdkHttpRequest modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)
ExecutionInterceptorSdkHttpFullRequest before it is sent to the service.modifyHttpRequest in interface ExecutionInterceptorcontext - The current state of the execution, including the SDK and current HTTP request.executionAttributes - A mutable set of attributes scoped to one specific request/response cycle that can be used to
give data to future lifecycle methods.Copyright © 2026. All rights reserved.