| Package | Description |
|---|---|
| com.google.apphosting.base | |
| com.google.apphosting.runtime | |
| com.google.apphosting.runtime.jetty94 |
| Modifier and Type | Method and Description |
|---|---|
static AppVersionKey |
AppVersionKey.fromAppInfo(com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo) |
static AppVersionKey |
AppVersionKey.fromUpRequest(com.google.apphosting.base.protos.RuntimePb.UPRequest request) |
static AppVersionKey |
AppVersionKey.of(String appId,
String versionId) |
| Modifier and Type | Method and Description |
|---|---|
AppVersionKey |
RequestManager.RequestToken.getAppVersionKey() |
AppVersionKey |
AppVersion.getKey()
Returns the
AppVersionKey that can be used as an
identifier for this AppVersion. |
| Modifier and Type | Method and Description |
|---|---|
abstract AppVersion.Builder |
AppVersion.Builder.setAppVersionKey(AppVersionKey x) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Handler |
AppVersionHandlerMap.getHandler(AppVersionKey appVersionKey)
Returns the
Handler that will handle requests for the specified application version. |
void |
RpcConnection.handle(AppVersionKey appVersionKey) |
void |
AppVersionHandlerMap.removeAppVersion(AppVersionKey appVersionKey) |
void |
RpcConnector.serviceRequest(AppVersionKey appVersionKey,
com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest,
MutableUpResponse upResponse) |
Copyright © 2022. All rights reserved.