Uses of Class
com.google.apphosting.runtime.ServletEngineAdapter.Config
-
Packages that use ServletEngineAdapter.Config Package Description com.google.apphosting.runtime com.google.apphosting.runtime.jetty94 -
-
Uses of ServletEngineAdapter.Config in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return ServletEngineAdapter.Config Modifier and Type Method Description abstract ServletEngineAdapter.ConfigServletEngineAdapter.Config.Builder. build()Returns a configuredConfiginstance.Methods in com.google.apphosting.runtime with parameters of type ServletEngineAdapter.Config Modifier and Type Method Description voidJavaRuntime. 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. -
Uses of ServletEngineAdapter.Config in com.google.apphosting.runtime.jetty94
Methods in com.google.apphosting.runtime.jetty94 with parameters of type ServletEngineAdapter.Config Modifier and Type Method Description static org.eclipse.jetty.server.ServerJettyHttpProxy. newServer(ServletEngineAdapter.Config runtimeOptions, JettyHttpProxy.ForwardingHandler handler)voidJettyServletEngineAdapter. start(String serverInfo, ServletEngineAdapter.Config runtimeOptions)static voidJettyHttpProxy. startServer(ServletEngineAdapter.Config runtimeOptions)Based on the adapter configuration, this will start a new Jetty server in charge of proxying HTTP requests to the App Engine Java runtime.Constructors in com.google.apphosting.runtime.jetty94 with parameters of type ServletEngineAdapter.Config Constructor Description ForwardingHandler(ServletEngineAdapter.Config runtimeOptions, Map<String,String> env)
-