Uses of Class
com.google.apphosting.runtime.MutableUpResponse
-
Packages that use MutableUpResponse Package Description com.google.apphosting.runtime com.google.apphosting.runtime.jetty9 com.google.apphosting.runtime.jetty94 -
-
Uses of MutableUpResponse in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime with parameters of type MutableUpResponse Modifier and Type Method Description booleanHttpCompression. attemptCompression(com.google.apphosting.base.protos.RuntimePb.UPRequest request, MutableUpResponse response)Attempt to compress the HttpResponse, using trusted and untrusted headers to determine if the client (or GFE) accepts compression for this response.ApiProxyImpl.EnvironmentImplApiProxyImpl. 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.voidRuntimeLogSink. flushLogs(MutableUpResponse response)static TraceWriterTraceWriter. getTraceWriterForRequest(com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse)voidUPRequestHandler. serviceRequest(com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse)Executes the HTTP request specified byupRequestand writes the response toupResponse.static voidRequestRunner. setFailure(MutableUpResponse response, com.google.apphosting.base.protos.RuntimePb.UPResponse.ERROR error, String message)Create a failure response from the given code and message.abstract RequestRunner.BuilderRequestRunner.Builder. setUpResponse(MutableUpResponse upResponse)RequestManager.RequestTokenRequestManager. startRequest(AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse, ThreadGroup requestThreadGroup)Set up any state necessary to execute a new request using the specified parameters.Constructors in com.google.apphosting.runtime with parameters of type MutableUpResponse Constructor Description AppLogsWriter(MutableUpResponse upResponse, long maxBytesToFlush, int maxLogMessageLength, int maxFlushSeconds)Construct an AppLogsWriter instance.RequestRunner(UPRequestHandler upRequestHandler, RequestManager requestManager, BackgroundRequestCoordinator coordinator, boolean compressResponse, AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse)TraceWriter(com.google.apphosting.api.CloudTraceContext context, MutableUpResponse upResponse) -
Uses of MutableUpResponse in com.google.apphosting.runtime.jetty9
Methods in com.google.apphosting.runtime.jetty9 that return MutableUpResponse Modifier and Type Method Description MutableUpResponseRpcEndPoint. getUpResponse()Constructors in com.google.apphosting.runtime.jetty9 with parameters of type MutableUpResponse Constructor Description RpcEndPoint(com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse) -
Uses of MutableUpResponse in com.google.apphosting.runtime.jetty94
Methods in com.google.apphosting.runtime.jetty94 with parameters of type MutableUpResponse Modifier and Type Method Description voidJettyServletEngineAdapter. serviceRequest(com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse)voidRpcConnector. serviceRequest(AppVersionKey appVersionKey, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse)
-