Uses of Interface
com.google.apphosting.runtime.UPRequestHandler
-
Packages that use UPRequestHandler Package Description com.google.apphosting.runtime com.google.apphosting.runtime.jetty94 -
-
Uses of UPRequestHandler in com.google.apphosting.runtime
Subinterfaces of UPRequestHandler in com.google.apphosting.runtime Modifier and Type Interface Description interfaceServletEngineAdapterThis 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 UPRequestHandler Modifier and Type Method Description abstract RequestRunner.BuilderRequestRunner.Builder. setUpRequestHandler(UPRequestHandler upRequestHandler)Constructors in com.google.apphosting.runtime with parameters of type UPRequestHandler Constructor Description RequestRunner(UPRequestHandler upRequestHandler, RequestManager requestManager, BackgroundRequestCoordinator coordinator, boolean compressResponse, AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse) -
Uses of UPRequestHandler in com.google.apphosting.runtime.jetty94
Classes in com.google.apphosting.runtime.jetty94 that implement UPRequestHandler Modifier and Type Class Description classJettyServletEngineAdapterThis is an implementation of ServletEngineAdapter that uses the third-party Jetty servlet engine.
-