public class ServerLimitsConfig extends Object
Modifier and Type | Field and Description |
---|---|
Optional<MemorySize> |
maxBodySize
The maximum size of a request body.
|
Optional<MemorySize> |
maxChunkSize
The max HTTP chunk size
|
MemorySize |
maxHeaderSize
The maximum length of all headers.
|
Constructor and Description |
---|
ServerLimitsConfig() |
@ConfigItem(defaultValue="20K") public MemorySize maxHeaderSize
@ConfigItem public Optional<MemorySize> maxBodySize
@ConfigItem public Optional<MemorySize> maxChunkSize
Copyright © 2020 JBoss by Red Hat. All rights reserved.