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