Class HttpCodecsProperties
java.lang.Object
org.springframework.boot.http.codec.autoconfigure.HttpCodecsProperties
Properties for reactive HTTP codecs.- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.springframework.util.unit.DataSizebooleanvoidsetLogRequestDetails(boolean logRequestDetails) voidsetMaxInMemorySize(@Nullable 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 @Nullable org.springframework.util.unit.DataSize getMaxInMemorySize() -
setMaxInMemorySize
public void setMaxInMemorySize(@Nullable org.springframework.util.unit.DataSize maxInMemorySize)
-