Uses of Interface
com.google.apphosting.runtime.anyrpc.AnyRpcServerContext
Packages that use AnyRpcServerContext
-
Uses of AnyRpcServerContext in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime with parameters of type AnyRpcServerContextModifier and TypeMethodDescriptionvoidJavaRuntime.addAppVersion(AnyRpcServerContext rpc, com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo) Adds the specified application version so that it can be used for future requests.voidCloneControllerImpl.applyCloneSettings(AnyRpcServerContext rpc, com.google.apphosting.base.protos.ClonePb.CloneSettings settings) Applies the specifiedClonePb.CloneSettingsreceived from the AppServer.voidJavaRuntime.deleteAppVersion(AnyRpcServerContext rpc, com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo) Obsolete operation.voidCloneControllerImpl.getPerformanceData(AnyRpcServerContext rpc, com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req) voidJavaRuntime.handleRequest(AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest) Translate the specified UPRequest from Prometheus into aHttpServletRequest, invoke the specified servlet, and translate the response back into an UPResponse.voidCloneControllerImpl.sendDeadline(AnyRpcServerContext rpc, com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo deadline) abstract RequestRunner.BuilderRequestRunner.Builder.setRpc(AnyRpcServerContext rpc) 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.voidCloneControllerImpl.waitForSandbox(AnyRpcServerContext rpc, com.google.apphosting.base.protos.EmptyMessage unused) Obsolete operation.Constructors in com.google.apphosting.runtime with parameters of type AnyRpcServerContextModifierConstructorDescriptionRequestRunner(UPRequestHandler upRequestHandler, RequestManager requestManager, BackgroundRequestCoordinator coordinator, boolean compressResponse, AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse) -
Uses of AnyRpcServerContext in com.google.apphosting.runtime.anyrpc
Methods in com.google.apphosting.runtime.anyrpc with parameters of type AnyRpcServerContextModifier and TypeMethodDescriptionvoidEvaluationRuntimeServerInterface.addAppVersion(AnyRpcServerContext ctx, com.google.apphosting.base.protos.AppinfoPb.AppInfo req) voidCloneControllerServerInterface.applyCloneSettings(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.CloneSettings req) voidEvaluationRuntimeServerInterface.deleteAppVersion(AnyRpcServerContext ctx, com.google.apphosting.base.protos.AppinfoPb.AppInfo req) voidCloneControllerServerInterface.getPerformanceData(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req) voidEvaluationRuntimeServerInterface.handleRequest(AnyRpcServerContext ctx, com.google.apphosting.base.protos.RuntimePb.UPRequest req) voidCloneControllerServerInterface.sendDeadline(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo req) voidCloneControllerServerInterface.waitForSandbox(AnyRpcServerContext ctx, com.google.apphosting.base.protos.EmptyMessage req)