public class EC2RequestHandler extends AbstractRequestHandler
Constructor and Description |
---|
EC2RequestHandler() |
Modifier and Type | Method and Description |
---|---|
void |
afterResponse(Request<?> request,
java.lang.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).
|
private void |
populateLaunchSpecificationSecurityGroupNames(LaunchSpecification launchSpecification) |
private void |
populateReservationSecurityGroupNames(Reservation reservation) |
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, java.lang.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.private void populateReservationSecurityGroupNames(Reservation reservation)
private void populateLaunchSpecificationSecurityGroupNames(LaunchSpecification launchSpecification)