public class EC2RequestHandler extends AbstractRequestHandler
Constructor and Description |
---|
EC2RequestHandler() |
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).
|
void |
beforeRequest(Request<?> request)
Runs any additional processing logic on the specified request (before it
is executed by the client runtime).
|
afterError
public void beforeRequest(Request<?> request)
RequestHandler
beforeRequest
in interface RequestHandler
beforeRequest
in class AbstractRequestHandler
request
- The low level request being processed.public void afterResponse(Request<?> request, Object response, 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 © 2016. All rights reserved.