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 |
getMaxThreads() |
Integer |
getMinThreads() |
Integer |
getSelectors() |
Duration |
getThreadIdleTimeout() |
void |
setAcceptors(Integer acceptors) |
void |
setConnectionIdleTimeout(Duration connectionIdleTimeout) |
void |
setMaxHttpFormPostSize(DataSize maxHttpFormPostSize) |
void |
setMaxHttpPostSize(DataSize maxHttpPostSize)
Deprecated.
|
void |
setMaxThreads(Integer maxThreads) |
void |
setMinThreads(Integer 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(Integer minThreads)
public Integer getMinThreads()
public void setMaxThreads(Integer maxThreads)
public Integer getMaxThreads()
public void setThreadIdleTimeout(Duration threadIdleTimeout)
public Duration getThreadIdleTimeout()
public Duration getConnectionIdleTimeout()
public void setConnectionIdleTimeout(Duration connectionIdleTimeout)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.