Class JettyServerProperties
java.lang.Object
org.springframework.boot.jetty.autoconfigure.JettyServerProperties
Jetty server properties.
- Since:
- 4.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJetty access log properties.static classJetty thread properties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Durationintintorg.springframework.util.unit.DataSizeorg.springframework.util.unit.DataSizevoidsetConnectionIdleTimeout(@Nullable Duration connectionIdleTimeout) voidsetMaxConnections(int maxConnections) voidsetMaxFormKeys(int maxFormKeys) voidsetMaxHttpFormPostSize(org.springframework.util.unit.DataSize maxHttpFormPostSize) voidsetMaxHttpResponseHeaderSize(org.springframework.util.unit.DataSize maxHttpResponseHeaderSize)
-
Constructor Details
-
JettyServerProperties
public JettyServerProperties()
-
-
Method Details
-
getAccesslog
-
getThreads
-
getMaxHttpFormPostSize
public org.springframework.util.unit.DataSize getMaxHttpFormPostSize() -
setMaxHttpFormPostSize
public void setMaxHttpFormPostSize(org.springframework.util.unit.DataSize maxHttpFormPostSize) -
getMaxFormKeys
public int getMaxFormKeys() -
setMaxFormKeys
public void setMaxFormKeys(int maxFormKeys) -
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)
-