Uses of Class
com.google.apphosting.runtime.RequestManager
-
Packages that use RequestManager Package Description com.google.apphosting.runtime -
-
Uses of RequestManager in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return RequestManager Modifier and Type Method Description abstract RequestManagerRequestManager.Builder. build()RequestManagerJavaRuntimeFactory. makeRequestManager(RequestManager.Builder builder)Methods in com.google.apphosting.runtime with parameters of type RequestManager Modifier and Type Method Description voidApiProxyImpl. setRequestManager(RequestManager requestManager)abstract JavaRuntime.BuilderJavaRuntime.Builder. setRequestManager(RequestManager requestManager)abstract RequestRunner.BuilderRequestRunner.Builder. setRequestManager(RequestManager requestManager)Constructors in com.google.apphosting.runtime with parameters of type RequestManager Constructor Description CloneControllerImpl(CloneControllerImpl.Callback callback, ApiDeadlineOracle deadlineOracle, RequestManager requestManager, ByteBuffer hotspotPerformanceData, CloudDebuggerAgentWrapper cloudDebuggerAgent)DeadlineRunnable(RequestManager requestManager, RequestManager.RequestToken token, boolean isUncatchable)RequestRunner(UPRequestHandler upRequestHandler, RequestManager requestManager, BackgroundRequestCoordinator coordinator, boolean compressResponse, AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse)
-