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