public final 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, wait
afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailure
public void afterExecution(Context.AfterExecution context, ExecutionAttributes executionAttributes)
ExecutionInterceptor
SdkResponse
as it will be returned by the client invocation.afterExecution
in interface ExecutionInterceptor
context
- 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.