Uses of Interface
com.google.apphosting.runtime.anyrpc.AnyRpcServerContext
Packages that use AnyRpcServerContext
-
Uses of AnyRpcServerContext in com.google.apphosting.runtime
Classes in com.google.apphosting.runtime that implement AnyRpcServerContextModifier and TypeClassDescriptionclassLocalRpcContext<M extends com.google.protobuf.MessageLite>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.voidResponseAPIData.finishWithResponse(AnyRpcServerContext rpc) voidUpResponseAPIData.finishWithResponse(AnyRpcServerContext rpc) 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.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) RequestManager.startRequest(AppVersion appVersion, AnyRpcServerContext rpc, RequestAPIData genericRequest, ResponseAPIData genericResponse, ThreadGroup requestThreadGroup) Set up any state necessary to execute a new request using the specified parameters.Constructors in com.google.apphosting.runtime with parameters of type AnyRpcServerContextModifierConstructorDescriptionRequestRunner(UPRequestHandler upRequestHandler, RequestManager requestManager, BackgroundRequestCoordinator coordinator, 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) voidEvaluationRuntimeServerInterface.handleRequest(AnyRpcServerContext ctx, com.google.apphosting.base.protos.RuntimePb.UPRequest req)