public class MessageMD5ChecksumHandler extends AbstractRequestHandler
| Constructor and Description |
|---|
MessageMD5ChecksumHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterResponse(Request<?> request,
Object response,
TimingInfo timingInfo)
Runs any additional processing logic on the specified request (after is
has been executed by the client runtime).
|
afterError, beforeRequestpublic void afterResponse(Request<?> request, Object response, TimingInfo timingInfo)
RequestHandlerafterResponse in interface RequestHandlerafterResponse in class AbstractRequestHandlerrequest - The low level request being processed.response - The response generated from the specified request.timingInfo - Timing information on the request's processing.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.