public static class ServerProperties.Jetty extends 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() |
Duration |
getConnectionIdleTimeout() |
DataSize |
getMaxHttpFormPostSize() |
ServerProperties.Jetty.Threads |
getThreads() |
void |
setConnectionIdleTimeout(Duration connectionIdleTimeout) |
void |
setMaxHttpFormPostSize(DataSize maxHttpFormPostSize) |
public ServerProperties.Jetty.Accesslog getAccesslog()
public ServerProperties.Jetty.Threads getThreads()
public DataSize getMaxHttpFormPostSize()
public void setMaxHttpFormPostSize(DataSize maxHttpFormPostSize)
public Duration getConnectionIdleTimeout()
public void setConnectionIdleTimeout(Duration connectionIdleTimeout)