Class ServerProperties.Jetty
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- Enclosing class:
ServerProperties
Jetty properties.
- Since:
- 1.0.0
- Author:
- Dave Syer, Stephane Nicoll, Andy Wilkinson, Ivan Sopov, Marcos Barbero, Eddú Meléndez, Quinten De Swaef, Venil Noronha, Aurélien Leboulanger, Brian Clozel, Olivier Lamy, Chentao Qu, Artsiom Yudovin, Andrew McGhie, Rafiullah Hamedy, Dirk Deyne, HaiTao Zhang, Victor Mandujano, Chris Bono, Parviz Rozikov, Florian Storz, Michael Weidmann, Lasse Wulff
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Jetty access log properties.static class
Jetty thread properties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setConnectionIdleTimeout
(Duration connectionIdleTimeout) void
setMaxConnections
(int maxConnections) void
setMaxFormKeys
(int maxFormKeys) void
setMaxHttpFormPostSize
(DataSize maxHttpFormPostSize) void
setMaxHttpResponseHeaderSize
(DataSize maxHttpResponseHeaderSize)
-
Constructor Details
-
Jetty
public Jetty()
-
-
Method Details
-
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)
-