| Modifier and Type | Class and Description |
|---|---|
static class |
RequestRunner.Builder
Builder for RequestRunner.
|
| 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 | Method and Description |
|---|---|
static RequestRunner.Builder |
builder()
Get a partly-initialized builder.
|
void |
run() |
static void |
setFailure(MutableUpResponse response,
com.google.apphosting.base.protos.RuntimePb.UPResponse.ERROR error,
String message)
Create a failure response from the given code and message.
|
static boolean |
shouldKillCloneAfterException(Throwable th) |
public RequestRunner(UPRequestHandler upRequestHandler, RequestManager requestManager, BackgroundRequestCoordinator coordinator, boolean compressResponse, AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse)
public static RequestRunner.Builder builder()
public static void setFailure(MutableUpResponse response, com.google.apphosting.base.protos.RuntimePb.UPResponse.ERROR error, String message)
public static boolean shouldKillCloneAfterException(Throwable th)
Copyright © 2022. All rights reserved.