Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Method and Description |
---|---|
static QueryStringDecoder.Builder |
QueryStringDecoder.builder() |
QueryStringDecoder.Builder |
QueryStringDecoder.Builder.charset(Charset charset)
The charset to use for decoding percent escape sequences.
|
QueryStringDecoder.Builder |
QueryStringDecoder.Builder.hasPath(boolean hasPath)
true by default. |
QueryStringDecoder.Builder |
QueryStringDecoder.Builder.htmlQueryDecoding(boolean htmlQueryDecoding)
RFC 3986 (the URI standard) makes no mention of using '+' to encode a space in a URI query component.
|
QueryStringDecoder.Builder |
QueryStringDecoder.Builder.maxParams(int maxParams)
Maximum number of query parameters allowed, to mitigate HashDOS.
|
QueryStringDecoder.Builder |
QueryStringDecoder.Builder.semicolonIsNormalChar(boolean semicolonIsNormalChar)
false by default. |
Copyright © 2008–2025 The Netty Project. All rights reserved.