public interface UPRequestHandler
| Modifier and Type | Method and Description |
|---|---|
void |
serviceRequest(com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest,
MutableUpResponse upResponse)
Executes the HTTP request specified by
upRequest and writes the response to upResponse. |
void serviceRequest(com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest,
MutableUpResponse upResponse)
throws javax.servlet.ServletException,
IOException
upRequest and writes the response to upResponse.
Finds, and if necessary, instantiates and initializes the appropriate servlet, invokes it,
and copies the response into upResponse.
IOException - If any error related to the request buffer was detected.javax.servlet.ServletExceptionCopyright © 2022. All rights reserved.