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