Uses of Class
com.google.apphosting.runtime.ServletEngineAdapter.Config
Packages that use ServletEngineAdapter.Config
-
Uses of ServletEngineAdapter.Config in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return ServletEngineAdapter.ConfigModifier and TypeMethodDescriptionabstract ServletEngineAdapter.ConfigServletEngineAdapter.Config.Builder.build()Returns a configuredConfiginstance.Methods in com.google.apphosting.runtime with parameters of type ServletEngineAdapter.ConfigModifier and TypeMethodDescriptionvoidJavaRuntime.start(ServletEngineAdapter.Config runtimeOptions) Starts the Stubby service, and then perform any initialization that the servlet engine requires.voidServletEngineAdapter.start(String serverInfo, ServletEngineAdapter.Config runtimeOptions) Performs whatever setup is necessary for this servlet container.