| Package | Description |
|---|---|
| com.google.apphosting.runtime | |
| com.google.apphosting.runtime.jetty94 |
| Modifier and Type | Method and Description |
|---|---|
abstract ServletEngineAdapter.Config |
ServletEngineAdapter.Config.Builder.build()
Returns a configured
Config instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaRuntime.start(ServletEngineAdapter.Config runtimeOptions)
Starts the Stubby service, and then perform any initialization that the servlet engine
requires.
|
void |
ServletEngineAdapter.start(String serverInfo,
ServletEngineAdapter.Config runtimeOptions)
Performs whatever setup is necessary for this servlet container.
|
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.jetty.server.Server |
JettyHttpProxy.newServer(ServletEngineAdapter.Config runtimeOptions,
JettyHttpProxy.ForwardingHandler handler) |
void |
JettyServletEngineAdapter.start(String serverInfo,
ServletEngineAdapter.Config runtimeOptions) |
static void |
JettyHttpProxy.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.
|
| Constructor and Description |
|---|
ForwardingHandler(ServletEngineAdapter.Config runtimeOptions,
Map<String,String> env) |
Copyright © 2022. All rights reserved.