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).
|
afterErrorpublic void beforeRequest(Request<?> request)
RequestHandlerbeforeRequest in interface RequestHandlerbeforeRequest in class AbstractRequestHandlerrequest - The low level request being processed.public 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 © 2016. All rights reserved.