public abstract static class ServletEngineAdapter.Config extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServletEngineAdapter.Config.Builder
Builder for
Config instances. |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
applicationRoot()
Base root area for a given application.
|
static ServletEngineAdapter.Config.Builder |
builder()
Returns an
Config.Builder. |
abstract EvaluationRuntimeServerInterface |
evaluationRuntimeServerInterface()
A local server that can be called directly to satisfy EvaluationRuntime requests.
|
abstract String |
fixedApplicationPath()
Fixed path to use for the application root directory, irrespective of the application id and
version.
|
abstract com.google.common.net.HostAndPort |
jettyHttpAddress()
Host and port used by the Jetty HTTP server.
|
abstract int |
jettyRequestHeaderSize()
Jetty server's max size for HTTP request headers.
|
abstract int |
jettyResponseHeaderSize()
Jetty server's max size for HTTP response headers.
|
abstract boolean |
jettyReusePort()
Whether to set SO_REUSEPORT on the Jetty HTTP port.
|
abstract boolean |
useJettyHttpProxy()
Boolean to turn on the Jetty HTTP server.
|
public abstract boolean useJettyHttpProxy()
public abstract String applicationRoot()
@Nullable public abstract String fixedApplicationPath()
public abstract com.google.common.net.HostAndPort jettyHttpAddress()
public abstract boolean jettyReusePort()
public abstract int jettyRequestHeaderSize()
public abstract int jettyResponseHeaderSize()
@Nullable public abstract EvaluationRuntimeServerInterface evaluationRuntimeServerInterface()
public static ServletEngineAdapter.Config.Builder builder()
Config.Builder.Copyright © 2022. All rights reserved.