类 ServerProperties.Jetty
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- 封闭类:
ServerProperties
Jetty properties.
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Jetty access log properties.static class
Jetty thread properties. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
int
void
setConnectionIdleTimeout
(Duration connectionIdleTimeout) void
setMaxConnections
(int maxConnections) void
setMaxFormKeys
(int maxFormKeys) void
setMaxHttpFormPostSize
(DataSize maxHttpFormPostSize) void
setMaxHttpResponseHeaderSize
(DataSize maxHttpResponseHeaderSize)
-
构造器详细资料
-
Jetty
public Jetty()
-
-
方法详细资料
-
getAccesslog
-
getThreads
-
getMaxHttpFormPostSize
-
setMaxHttpFormPostSize
-
getMaxFormKeys
public int getMaxFormKeys() -
setMaxFormKeys
public void setMaxFormKeys(int maxFormKeys) -
getConnectionIdleTimeout
-
setConnectionIdleTimeout
-
getMaxHttpResponseHeaderSize
-
setMaxHttpResponseHeaderSize
-
getMaxConnections
public int getMaxConnections() -
setMaxConnections
public void setMaxConnections(int maxConnections)
-