|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.handlers.AbstractRequestHandler
com.amazonaws.services.sqs.QueueUrlHandler
public class QueueUrlHandler
Custom request handler for SQS that processes the request before it gets routed to the client runtime layer.
SQS MessageQueue operations take a QueueUrl parameter that needs special handling to update the endpoint and resource path on the request before it's executed.
Constructor Summary | |
---|---|
QueueUrlHandler()
|
Method Summary | |
---|---|
void |
beforeRequest(Request<?> request)
Runs any additional processing logic on the specified request (before it is executed by the client runtime). |
Methods inherited from class com.amazonaws.handlers.AbstractRequestHandler |
---|
afterError, afterResponse |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueueUrlHandler()
Method Detail |
---|
public void beforeRequest(Request<?> request)
RequestHandler
beforeRequest
in interface RequestHandler
beforeRequest
in class AbstractRequestHandler
request
- The low level request being processed.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |