public static class ServerProperties.Jetty
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerProperties.Jetty.Accesslog
Jetty access log properties.
|
static class |
ServerProperties.Jetty.Threads
Jetty thread properties.
|
| Constructor and Description |
|---|
Jetty() |
| Modifier and Type | Method and Description |
|---|---|
ServerProperties.Jetty.Accesslog |
getAccesslog() |
java.time.Duration |
getConnectionIdleTimeout() |
org.springframework.util.unit.DataSize |
getMaxHttpFormPostSize() |
ServerProperties.Jetty.Threads |
getThreads() |
void |
setConnectionIdleTimeout(java.time.Duration connectionIdleTimeout) |
void |
setMaxHttpFormPostSize(org.springframework.util.unit.DataSize maxHttpFormPostSize) |
public ServerProperties.Jetty.Accesslog getAccesslog()
public ServerProperties.Jetty.Threads getThreads()
public org.springframework.util.unit.DataSize getMaxHttpFormPostSize()
public void setMaxHttpFormPostSize(org.springframework.util.unit.DataSize maxHttpFormPostSize)
public java.time.Duration getConnectionIdleTimeout()
public void setConnectionIdleTimeout(java.time.Duration connectionIdleTimeout)