Uses of Class
com.google.apphosting.runtime.AppVersion
-
Packages that use AppVersion Package Description com.google.apphosting.runtime com.google.apphosting.runtime.jetty94 -
-
Uses of AppVersion in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return AppVersion Modifier and Type Method Description abstract AppVersionAppVersion.Builder. build()AppVersionAppVersionFactory. createAppVersion(com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo, com.google.apphosting.utils.config.AppEngineWebXml appEngineWebXml, ApplicationEnvironment.RuntimeConfiguration configuration)Create anAppVersionfrom the specifiedAppInfoprotocol buffer.AppVersionAppVersionFactory. createAppVersionForTest(com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo)Creates a newAppVersionwith a default RuntimeConfiguration.AppVersionApiProxyImpl.EnvironmentImpl. getAppVersion()AppVersionCloneControllerImpl.Callback. getAppVersion(String appId, String versionId)AppVersionRequestManager.RequestToken. getAppVersion()Methods in com.google.apphosting.runtime with parameters of type AppVersion Modifier and Type Method Description voidServletEngineAdapter. addAppVersion(AppVersion appVersion)Register the specified application version for future calls toserviceRequest.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.voidServletEngineAdapter. deleteAppVersion(AppVersion appVersion)Remove the specified application version and free up any resources associated with it.abstract RequestRunner.BuilderRequestRunner.Builder. setAppVersion(AppVersion appVersion)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 AppVersion Constructor Description RequestRunner(UPRequestHandler upRequestHandler, RequestManager requestManager, BackgroundRequestCoordinator coordinator, boolean compressResponse, AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse) -
Uses of AppVersion in com.google.apphosting.runtime.jetty94
Methods in com.google.apphosting.runtime.jetty94 with parameters of type AppVersion Modifier and Type Method Description voidAppVersionHandlerMap. addAppVersion(AppVersion appVersion)voidJettyServletEngineAdapter. addAppVersion(AppVersion appVersion)AppEngineWebAppContextAppEngineWebAppContextFactory. createContext(AppVersion appVersion, String serverInfo)AppEngineWebAppContextWebAppContextFactory. createContext(AppVersion appVersion, String serverInfo)org.eclipse.jetty.server.HandlerAppVersionHandlerFactory. createHandler(AppVersion appVersion)Returns theHandlerthat will handle requests for the specified application version.voidJettyServletEngineAdapter. deleteAppVersion(AppVersion appVersion)
-