Uses of Class
com.google.apphosting.runtime.RequestManager
Packages that use RequestManager
-
Uses of RequestManager in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return RequestManagerModifier and TypeMethodDescriptionabstract RequestManagerRequestManager.Builder.build()JavaRuntimeFactory.makeRequestManager(RequestManager.Builder builder) Methods in com.google.apphosting.runtime with parameters of type RequestManagerModifier and TypeMethodDescriptionabstract JavaRuntime.BuilderJavaRuntime.Builder.setRequestManager(RequestManager requestManager) abstract RequestRunner.BuilderRequestRunner.Builder.setRequestManager(RequestManager requestManager) Constructors in com.google.apphosting.runtime with parameters of type RequestManagerModifierConstructorDescriptionCloneControllerImpl(CloneControllerImpl.Callback callback, ApiDeadlineOracle deadlineOracle, RequestManager requestManager, ByteBuffer hotspotPerformanceData) 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)