Class ServerProperties.Jetty
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- Enclosing class:
- ServerProperties
Jetty properties.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Jetty access log properties.static class
Jetty thread properties. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
setConnectionIdleTimeout
(Duration connectionIdleTimeout) void
setMaxConnections
(int maxConnections) void
setMaxHttpFormPostSize
(DataSize maxHttpFormPostSize) void
setMaxHttpResponseHeaderSize
(DataSize maxHttpResponseHeaderSize)
-
Constructor Details
-
Jetty
public Jetty()
-
-
Method Details
-
getAccesslog
-
getThreads
-
getMaxHttpFormPostSize
-
setMaxHttpFormPostSize
-
getConnectionIdleTimeout
-
setConnectionIdleTimeout
-
getMaxHttpResponseHeaderSize
-
setMaxHttpResponseHeaderSize
-
getMaxConnections
public int getMaxConnections() -
setMaxConnections
public void setMaxConnections(int maxConnections)
-