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() |
org.springframework.util.unit.DataSize |
getMaxHttpFormPostSize() |
org.springframework.util.unit.DataSize |
getMaxHttpPostSize()
Deprecated.
|
Integer |
getSelectors() |
void |
setAcceptors(Integer acceptors) |
void |
setConnectionIdleTimeout(Duration connectionIdleTimeout) |
void |
setMaxHttpFormPostSize(org.springframework.util.unit.DataSize maxHttpFormPostSize) |
void |
setMaxHttpPostSize(org.springframework.util.unit.DataSize maxHttpPostSize)
Deprecated.
|
void |
setSelectors(Integer selectors) |
public ServerProperties.Jetty.Accesslog getAccesslog()
@Deprecated @DeprecatedConfigurationProperty(replacement="server.jetty.max-http-form-post-size") public org.springframework.util.unit.DataSize getMaxHttpPostSize()
@Deprecated public void setMaxHttpPostSize(org.springframework.util.unit.DataSize maxHttpPostSize)
public org.springframework.util.unit.DataSize getMaxHttpFormPostSize()
public void setMaxHttpFormPostSize(org.springframework.util.unit.DataSize maxHttpFormPostSize)
public Integer getAcceptors()
public void setAcceptors(Integer acceptors)
public Integer getSelectors()
public void setSelectors(Integer selectors)
public Duration getConnectionIdleTimeout()
public void setConnectionIdleTimeout(Duration connectionIdleTimeout)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.