|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.task.RequestDispatcherTask
public class RequestDispatcherTask
Task to dispatch a pre-build request in asynchronous mode. Requests must have all ChallengeResponse set. Initially created to meet the needs of mailing
Constructor Summary | |
---|---|
RequestDispatcherTask(org.restlet.Context context,
org.restlet.Request taskRequest)
Constructor |
Method Summary | |
---|---|
org.restlet.Context |
getContext()
Get the Restlet context to reach ClientDispatcher |
org.restlet.Request |
getRequest()
Get the request to dispatch |
Response |
getTaskResponse()
Final Response. |
void |
run()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestDispatcherTask(org.restlet.Context context, org.restlet.Request taskRequest)
context
- Context parent request to reach ClientDispatchertaskRequest
- pre-built RequestMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
public org.restlet.Request getRequest()
public org.restlet.Context getContext()
public Response getTaskResponse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |