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