Uses of Class
io.netty.handler.codec.http.QueryStringDecoder
-
Packages that use QueryStringDecoder Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of QueryStringDecoder in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http that return QueryStringDecoder Modifier and Type Method Description QueryStringDecoder
QueryStringDecoder.Builder. build(java.lang.String uri)
Create a decoder that will lazily decode the given URI with the settings configured in this builder.QueryStringDecoder
QueryStringDecoder.Builder. build(java.net.URI uri)
Create a decoder that will lazily decode the given URI with the settings configured in this builder.
-