public class MessageMD5ChecksumInterceptor extends Object implements ExecutionInterceptor
| Constructor and Description |
|---|
MessageMD5ChecksumInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterExecution(Context.AfterExecution context,
ExecutionAttributes executionAttributes)
Read the finalized
SdkResponse as it will be returned by the client invocation. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyHttpRequest, modifyHttpResponse, modifyRequest, modifyResponse, onExecutionFailurepublic void afterExecution(Context.AfterExecution context, ExecutionAttributes executionAttributes)
ExecutionInterceptorSdkResponse as it will be returned by the client invocation.afterExecution in interface ExecutionInterceptorcontext - The current state of the execution, including the SDK and HTTP requests as well as the SDK and HTTP
response.executionAttributes - A mutable set of attributes scoped to one specific request/response cycle that can be used to
give data to future lifecycle methods.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.