Uses of Class
io.netty.handler.codec.http.QueryStringDecoder.Builder
Packages that use QueryStringDecoder.Builder
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of QueryStringDecoder.Builder in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http that return QueryStringDecoder.BuilderModifier and TypeMethodDescriptionstatic QueryStringDecoder.BuilderQueryStringDecoder.builder()The charset to use for decoding percent escape sequences.QueryStringDecoder.Builder.hasPath(boolean hasPath) trueby default.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.maxParams(int maxParams) Maximum number of query parameters allowed, to mitigate HashDOS.QueryStringDecoder.Builder.semicolonIsNormalChar(boolean semicolonIsNormalChar) falseby default.