| Package | Description |
|---|---|
| com.google.apphosting.runtime |
| Modifier and Type | Method and Description |
|---|---|
RequestManager.RequestToken |
RequestManager.startRequest(AppVersion appVersion,
AnyRpcServerContext rpc,
com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest,
MutableUpResponse upResponse,
ThreadGroup requestThreadGroup)
Set up any state necessary to execute a new request using the
specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestManager.finishRequest(RequestManager.RequestToken requestToken)
Tear down any state associated with the specified request, and
restore the current thread's state as it was before
startRequest was called. |
void |
RequestManager.sendDeadline(RequestManager.RequestToken token,
boolean isUncatchable) |
void |
RequestManager.shutdownRequests(RequestManager.RequestToken token)
Notify requests that the server is shutting down.
|
| Constructor and Description |
|---|
DeadlineRunnable(RequestManager requestManager,
RequestManager.RequestToken token,
boolean isUncatchable) |
Copyright © 2022. All rights reserved.