Class AsyncChecksumValidationInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.s3.internal.handlers.AsyncChecksumValidationInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
public final class AsyncChecksumValidationInterceptor extends Object implements ExecutionInterceptor
-
-
Constructor Summary
Constructors Constructor Description AsyncChecksumValidationInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<org.reactivestreams.Publisher<ByteBuffer>>
modifyAsyncHttpResponseContent(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, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyException, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailure
-
-
-
-
Method Detail
-
modifyAsyncHttpResponseContent
public Optional<org.reactivestreams.Publisher<ByteBuffer>> modifyAsyncHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes)
- Specified by:
modifyAsyncHttpResponseContent
in interfaceExecutionInterceptor
-
-