public static class ServerProperties.Jetty extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServerProperties.Jetty.Accesslog
Jetty access log properties.
|
Constructor and Description |
---|
Jetty() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAcceptors() |
ServerProperties.Jetty.Accesslog |
getAccesslog() |
Duration |
getConnectionIdleTimeout() |
DataSize |
getMaxHttpFormPostSize() |
DataSize |
getMaxHttpPostSize()
Deprecated.
|
Integer |
getMaxQueueCapacity() |
int |
getMaxThreads() |
int |
getMinThreads() |
Integer |
getSelectors() |
Duration |
getThreadIdleTimeout() |
void |
setAcceptors(Integer acceptors) |
void |
setConnectionIdleTimeout(Duration connectionIdleTimeout) |
void |
setMaxHttpFormPostSize(DataSize maxHttpFormPostSize) |
void |
setMaxHttpPostSize(DataSize maxHttpPostSize)
Deprecated.
|
void |
setMaxQueueCapacity(Integer maxQueueCapacity) |
void |
setMaxThreads(int maxThreads) |
void |
setMinThreads(int minThreads) |
void |
setSelectors(Integer selectors) |
void |
setThreadIdleTimeout(Duration threadIdleTimeout) |
public ServerProperties.Jetty.Accesslog getAccesslog()
@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)
public Integer getAcceptors()
public void setAcceptors(Integer acceptors)
public Integer getSelectors()
public void setSelectors(Integer selectors)
public void setMinThreads(int minThreads)
public int getMinThreads()
public void setMaxThreads(int maxThreads)
public int getMaxThreads()
public void setMaxQueueCapacity(Integer maxQueueCapacity)
public Integer getMaxQueueCapacity()
public void setThreadIdleTimeout(Duration threadIdleTimeout)
public Duration getThreadIdleTimeout()
public Duration getConnectionIdleTimeout()
public void setConnectionIdleTimeout(Duration connectionIdleTimeout)