| Package | Description |
|---|---|
| com.google.apphosting.runtime | |
| com.google.apphosting.runtime.jetty94 |
| Modifier and Type | Method and Description |
|---|---|
abstract AppVersion |
AppVersion.Builder.build() |
AppVersion |
AppVersionFactory.createAppVersion(com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo,
com.google.apphosting.utils.config.AppEngineWebXml appEngineWebXml,
ApplicationEnvironment.RuntimeConfiguration configuration)
Create an
AppVersion from the specified AppInfo protocol buffer. |
AppVersion |
AppVersionFactory.createAppVersionForTest(com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo)
Creates a new
AppVersion with a default RuntimeConfiguration. |
AppVersion |
ApiProxyImpl.EnvironmentImpl.getAppVersion() |
AppVersion |
RequestManager.RequestToken.getAppVersion() |
AppVersion |
CloneControllerImpl.Callback.getAppVersion(String appId,
String versionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletEngineAdapter.addAppVersion(AppVersion appVersion)
Register the specified application version for future calls to
serviceRequest. |
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. |
void |
ServletEngineAdapter.deleteAppVersion(AppVersion appVersion)
Remove the specified application version and free up any
resources associated with it.
|
abstract RequestRunner.Builder |
RequestRunner.Builder.setAppVersion(AppVersion appVersion) |
RequestManager.RequestToken |
RequestManager.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.
|
| 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 |
|---|---|
void |
AppVersionHandlerMap.addAppVersion(AppVersion appVersion) |
void |
JettyServletEngineAdapter.addAppVersion(AppVersion appVersion) |
AppEngineWebAppContext |
AppEngineWebAppContextFactory.createContext(AppVersion appVersion,
String serverInfo) |
AppEngineWebAppContext |
WebAppContextFactory.createContext(AppVersion appVersion,
String serverInfo) |
org.eclipse.jetty.server.Handler |
AppVersionHandlerFactory.createHandler(AppVersion appVersion)
Returns the
Handler that will handle requests for the specified application version. |
void |
JettyServletEngineAdapter.deleteAppVersion(AppVersion appVersion) |
Copyright © 2022. All rights reserved.