Class SyncChecksumValidationInterceptor
java.lang.Object
software.amazon.awssdk.services.s3.internal.handlers.SyncChecksumValidationInterceptor
- All Implemented Interfaces:
ExecutionInterceptor
@SdkInternalApi
public final class SyncChecksumValidationInterceptor
extends Object
implements ExecutionInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmodifyHttpResponseContent(Context.ModifyHttpResponse context, 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, modifyHttpRequest, modifyHttpResponse, modifyRequest, modifyResponse, onExecutionFailure
-
Constructor Details
-
SyncChecksumValidationInterceptor
public SyncChecksumValidationInterceptor()
-
-
Method Details
-
modifyHttpResponseContent
public Optional<InputStream> modifyHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes) - Specified by:
modifyHttpResponseContentin interfaceExecutionInterceptor
-