| Package | Description |
|---|---|
| com.google.apphosting.runtime | |
| com.google.apphosting.runtime.jetty94 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServletEngineAdapter
This 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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract RequestRunner.Builder |
RequestRunner.Builder.setUpRequestHandler(UPRequestHandler upRequestHandler) |
| Constructor and Description |
|---|
RequestRunner(UPRequestHandler upRequestHandler,
RequestManager requestManager,
BackgroundRequestCoordinator coordinator,
boolean compressResponse,
AppVersion appVersion,
AnyRpcServerContext rpc,
com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest,
MutableUpResponse upResponse) |
| Modifier and Type | Class and Description |
|---|---|
class |
JettyServletEngineAdapter
This is an implementation of ServletEngineAdapter that uses the third-party Jetty servlet engine.
|
Copyright © 2022. All rights reserved.