| Package | Description |
|---|---|
| com.google.apphosting.runtime |
| Modifier and Type | Method and Description |
|---|---|
ApiProxyImpl.EnvironmentImpl |
ApiProxyImpl.createEnvironment(AppVersion appVersion,
com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest,
MutableUpResponse upResponse,
TraceWriter traceWriter,
CpuRatioTimer requestTimer,
String requestId,
List<Future<?>> asyncFutures,
Semaphore outstandingApiRpcSemaphore,
ThreadGroup requestThreadGroup,
RequestState requestState,
Long millisUntilSoftDeadline)
Creates an
ApiProxy.Environment instance that is suitable for use with this class. |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiProxyImpl.flushLogs(ApiProxyImpl.EnvironmentImpl environment) |
List<Thread> |
ApiProxyImpl.getRequestThreads(ApiProxyImpl.EnvironmentImpl environment) |
void |
ApiProxyImpl.log(ApiProxyImpl.EnvironmentImpl environment,
com.google.apphosting.api.ApiProxy.LogRecord record) |
Future<byte[]> |
ApiProxyImpl.makeAsyncCall(ApiProxyImpl.EnvironmentImpl environment,
String packageName,
String methodName,
byte[] request,
com.google.apphosting.api.ApiProxy.ApiConfig apiConfig) |
byte[] |
ApiProxyImpl.makeSyncCall(ApiProxyImpl.EnvironmentImpl environment,
String packageName,
String methodName,
byte[] request) |
Copyright © 2022. All rights reserved.