Class SyncChecksumValidationInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.s3.internal.handlers.SyncChecksumValidationInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
public final class SyncChecksumValidationInterceptor extends Object implements ExecutionInterceptor
-
-
Constructor Summary
Constructors Constructor Description SyncChecksumValidationInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterUnmarshalling(Context.AfterUnmarshalling context, ExecutionAttributes executionAttributes)Optional<RequestBody>modifyHttpContent(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)Optional<InputStream>modifyHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
afterExecution, afterMarshalling, afterTransmission, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpRequest, modifyHttpResponse, modifyRequest, modifyResponse, onExecutionFailure
-
-
-
-
Method Detail
-
modifyHttpContent
public Optional<RequestBody> modifyHttpContent(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)
- Specified by:
modifyHttpContentin interfaceExecutionInterceptor
-
modifyHttpResponseContent
public Optional<InputStream> modifyHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes)
- Specified by:
modifyHttpResponseContentin interfaceExecutionInterceptor
-
afterUnmarshalling
public void afterUnmarshalling(Context.AfterUnmarshalling context, ExecutionAttributes executionAttributes)
- Specified by:
afterUnmarshallingin interfaceExecutionInterceptor
-
-