Class HttpCodecsProperties
java.lang.Object
org.springframework.boot.autoconfigure.http.codec.HttpCodecsProperties
Properties for reactive HTTP codecs.- Since:
- 3.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.util.unit.DataSizebooleanvoidsetLogRequestDetails(boolean logRequestDetails) voidsetMaxInMemorySize(org.springframework.util.unit.DataSize maxInMemorySize)
-
Constructor Details
-
HttpCodecsProperties
public HttpCodecsProperties()
-
-
Method Details
-
isLogRequestDetails
public boolean isLogRequestDetails() -
setLogRequestDetails
public void setLogRequestDetails(boolean logRequestDetails) -
getMaxInMemorySize
public org.springframework.util.unit.DataSize getMaxInMemorySize() -
setMaxInMemorySize
public void setMaxInMemorySize(org.springframework.util.unit.DataSize maxInMemorySize)
-