public class SQSRequestHandler extends AbstractRequestHandler
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,java.lang.String> |
nonstandardEndpointMap |
Constructor and Description |
---|
SQSRequestHandler() |
Modifier and Type | Method and Description |
---|---|
void |
beforeRequest(Request<?> request)
Runs any additional processing logic on the specified request (before it
is executed by the client runtime).
|
afterError, afterResponse
private static final java.util.Map<java.lang.String,java.lang.String> nonstandardEndpointMap
public void beforeRequest(Request<?> request)
RequestHandler
beforeRequest
in interface RequestHandler
beforeRequest
in class AbstractRequestHandler
request
- The low level request being processed.