Uses of Class
com.google.apphosting.runtime.RequestManager.RequestToken
Packages that use RequestManager.RequestToken
-
Uses of RequestManager.RequestToken in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return RequestManager.RequestTokenModifier and TypeMethodDescriptionRequestManager.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.Methods in com.google.apphosting.runtime with parameters of type RequestManager.RequestTokenModifier and TypeMethodDescriptionvoid
RequestManager.finishRequest
(RequestManager.RequestToken requestToken) Tear down any state associated with the specified request, and restore the current thread's state as it was beforestartRequest
was called.void
RequestManager.sendDeadline
(RequestManager.RequestToken token, boolean isUncatchable) void
RequestManager.shutdownRequests
(RequestManager.RequestToken token) Notify requests that the server is shutting down.Constructors in com.google.apphosting.runtime with parameters of type RequestManager.RequestTokenModifierConstructorDescriptionDeadlineRunnable
(RequestManager requestManager, RequestManager.RequestToken token, boolean isUncatchable)