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() |
public ServerProperties.Jetty.Accesslog getAccesslog()
public ServerProperties.Jetty.Threads getThreads()
@Deprecated @DeprecatedConfigurationProperty(replacement="server.jetty.max-http-form-post-size") public DataSize getMaxHttpPostSize()
@Deprecated public void setMaxHttpPostSize(DataSize maxHttpPostSize)
public DataSize getMaxHttpFormPostSize()
public void setMaxHttpFormPostSize(DataSize maxHttpFormPostSize)
@Deprecated @DeprecatedConfigurationProperty(replacement="server.jetty.threads.acceptors") public Integer getAcceptors()
public void setAcceptors(Integer acceptors)
@Deprecated @DeprecatedConfigurationProperty(replacement="server.jetty.threads.selectors") public Integer getSelectors()
public void setSelectors(Integer selectors)
@Deprecated @DeprecatedConfigurationProperty(replacement="server.jetty.threads.min") public Integer getMinThreads()
@Deprecated public void setMinThreads(Integer minThreads)
@Deprecated @DeprecatedConfigurationProperty(replacement="server.jetty.threads.max") public Integer getMaxThreads()
@Deprecated public void setMaxThreads(Integer maxThreads)
@Deprecated @DeprecatedConfigurationProperty(replacement="server.jetty.threads.max-queue-capacity") public Integer getMaxQueueCapacity()
@Deprecated public void setMaxQueueCapacity(Integer maxQueueCapacity)
@Deprecated @DeprecatedConfigurationProperty(replacement="server.jetty.threads.idle-timeout") public Duration getThreadIdleTimeout()
@Deprecated public void setThreadIdleTimeout(Duration threadIdleTimeout)
public Duration getConnectionIdleTimeout()
public void setConnectionIdleTimeout(Duration connectionIdleTimeout)