public static class ServerProperties.Jetty extends Object
Constructor and Description |
---|
Jetty() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAcceptors() |
int |
getMaxHttpPostSize() |
Integer |
getSelectors() |
void |
setAcceptors(Integer acceptors) |
void |
setMaxHttpPostSize(int maxHttpPostSize) |
void |
setSelectors(Integer selectors) |
public int getMaxHttpPostSize()
public void setMaxHttpPostSize(int maxHttpPostSize)
public Integer getAcceptors()
public void setAcceptors(Integer acceptors)
public Integer getSelectors()
public void setSelectors(Integer selectors)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.