public final class AsyncChecksumValidationInterceptor extends Object implements ExecutionInterceptor
| Constructor and Description |
|---|
AsyncChecksumValidationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshalling(Context.AfterUnmarshalling context,
ExecutionAttributes executionAttributes) |
Optional<AsyncRequestBody> |
modifyAsyncHttpContent(Context.ModifyHttpRequest context,
ExecutionAttributes executionAttributes) |
Optional<org.reactivestreams.Publisher<ByteBuffer>> |
modifyAsyncHttpResponseContent(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterExecution, afterMarshalling, afterTransmission, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyException, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailurepublic Optional<AsyncRequestBody> modifyAsyncHttpContent(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)
modifyAsyncHttpContent in interface ExecutionInterceptorpublic Optional<org.reactivestreams.Publisher<ByteBuffer>> modifyAsyncHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes)
modifyAsyncHttpResponseContent in interface ExecutionInterceptorpublic void afterUnmarshalling(Context.AfterUnmarshalling context, ExecutionAttributes executionAttributes)
afterUnmarshalling in interface ExecutionInterceptorCopyright © 2021. All rights reserved.