Uses of Class
com.google.apphosting.runtime.ApiProxyImpl.EnvironmentImpl
Packages that use ApiProxyImpl.EnvironmentImpl
-
Uses of ApiProxyImpl.EnvironmentImpl in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return ApiProxyImpl.EnvironmentImplModifier and TypeMethodDescriptionApiProxyImpl.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 anApiProxy.Environmentinstance that is suitable for use with this class.Methods in com.google.apphosting.runtime with parameters of type ApiProxyImpl.EnvironmentImplModifier and TypeMethodDescriptionvoidApiProxyImpl.flushLogs(ApiProxyImpl.EnvironmentImpl environment) ApiProxyImpl.getRequestThreads(ApiProxyImpl.EnvironmentImpl environment) voidApiProxyImpl.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)