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.Builder
QueryStringDecoder.builder()
The charset to use for decoding percent escape sequences.QueryStringDecoder.Builder.hasPath
(boolean hasPath) true
by 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) false
by default.Constructors in io.netty.handler.codec.http with parameters of type QueryStringDecoder.BuilderModifierConstructorDescriptionprivate
QueryStringDecoder
(QueryStringDecoder.Builder builder, String uri) private
QueryStringDecoder
(QueryStringDecoder.Builder builder, URI uri)