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() |
Integer |
getIdleTimeout() |
org.springframework.util.unit.DataSize |
getMaxHttpPostSize() |
Integer |
getMaxThreads() |
Integer |
getMinThreads() |
Integer |
getSelectors() |
void |
setAcceptors(Integer acceptors) |
void |
setIdleTimeout(Integer idleTimeout) |
void |
setMaxHttpPostSize(org.springframework.util.unit.DataSize maxHttpPostSize) |
void |
setMaxThreads(Integer maxThreads) |
void |
setMinThreads(Integer minThreads) |
void |
setSelectors(Integer selectors) |
public ServerProperties.Jetty.Accesslog getAccesslog()
public org.springframework.util.unit.DataSize getMaxHttpPostSize()
public void setMaxHttpPostSize(org.springframework.util.unit.DataSize maxHttpPostSize)
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 setIdleTimeout(Integer idleTimeout)
public Integer getIdleTimeout()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.