Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Method and Description |
---|---|
QueryStringDecoder |
QueryStringDecoder.Builder.build(String uri)
Create a decoder that will lazily decode the given URI with the settings configured in this builder.
|
QueryStringDecoder |
QueryStringDecoder.Builder.build(URI uri)
Create a decoder that will lazily decode the given URI with the settings configured in this builder.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.