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() |
DataSize |
getMaxHttpPostSize() |
Integer |
getSelectors() |
void |
setAcceptors(Integer acceptors) |
void |
setMaxHttpPostSize(DataSize maxHttpPostSize) |
void |
setSelectors(Integer selectors) |
public ServerProperties.Jetty.Accesslog getAccesslog()
public DataSize getMaxHttpPostSize()
public void setMaxHttpPostSize(DataSize maxHttpPostSize)
public Integer getAcceptors()
public void setAcceptors(Integer acceptors)
public Integer getSelectors()
public void setSelectors(Integer selectors)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.