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