Uses of Class
com.google.apphosting.base.AppVersionKey
-
Packages that use AppVersionKey Package Description com.google.apphosting.base com.google.apphosting.runtime com.google.apphosting.runtime.jetty94 -
-
Uses of AppVersionKey in com.google.apphosting.base
Methods in com.google.apphosting.base that return AppVersionKey Modifier and Type Method Description static AppVersionKeyAppVersionKey. fromAppInfo(com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo)static AppVersionKeyAppVersionKey. fromUpRequest(com.google.apphosting.base.protos.RuntimePb.UPRequest request)static AppVersionKeyAppVersionKey. of(String appId, String versionId) -
Uses of AppVersionKey in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return AppVersionKey Modifier and Type Method Description AppVersionKeyRequestManager.RequestToken. getAppVersionKey()AppVersionKeyAppVersion. getKey()Returns theAppVersionKeythat can be used as an identifier for thisAppVersion.Methods in com.google.apphosting.runtime with parameters of type AppVersionKey Modifier and Type Method Description abstract AppVersion.BuilderAppVersion.Builder. setAppVersionKey(AppVersionKey x) -
Uses of AppVersionKey in com.google.apphosting.runtime.jetty94
Methods in com.google.apphosting.runtime.jetty94 with parameters of type AppVersionKey Modifier and Type Method Description org.eclipse.jetty.server.HandlerAppVersionHandlerMap. getHandler(AppVersionKey appVersionKey)Returns theHandlerthat will handle requests for the specified application version.voidRpcConnection. handle(AppVersionKey appVersionKey)voidAppVersionHandlerMap. removeAppVersion(AppVersionKey appVersionKey)voidRpcConnector. serviceRequest(AppVersionKey appVersionKey, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse)
-