Uses of Interface
com.google.apphosting.runtime.UPRequestHandler
Packages that use UPRequestHandler
-
Uses of UPRequestHandler in com.google.apphosting.runtime
Subinterfaces of UPRequestHandler in com.google.apphosting.runtimeModifier and TypeInterfaceDescriptioninterfaceThis interface abstracts away the details of starting up and shutting down a servlet engine, as well as adapting between the concrete classes that implement the Java Servlet API and the Prometheus Untrusted Process API.Methods in com.google.apphosting.runtime with parameters of type UPRequestHandlerModifier and TypeMethodDescriptionabstract RequestRunner.BuilderRequestRunner.Builder.setUpRequestHandler(UPRequestHandler upRequestHandler) Constructors in com.google.apphosting.runtime with parameters of type UPRequestHandlerModifierConstructorDescriptionRequestRunner(UPRequestHandler upRequestHandler, RequestManager requestManager, BackgroundRequestCoordinator coordinator, boolean compressResponse, AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse)