HttpRequestHandler
by updating status code calling Processor.postRequestProcess(int, RESTRequest, InputStream)
hook, set the result stream in RESTRequest
and fires Processor.RESTServiceCallback
Processor.postRequestProcess(int, RESTRequest, java.io.InputStream)
Current intent is retrieved in RestService#intentsMap
in order to send results to RestResultReceiver
HttpRequestHandler.HTTPContainer
corresponding to RESTRequest
key : the ID of the request
value : the HttpRequestHandler.HTTPContainer
instance