Home / Function/ nonStandardDecoding() — netty Function Reference

nonStandardDecoding() — netty Function Reference

Architecture documentation for the nonStandardDecoding() function in QueryStringDecoderBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  cdbc40c1_e3e5_ae8b_f86b_58776f0deb33["nonStandardDecoding()"]
  aa465af0_70a6_b3b7_8e92_dce611a2c032["QueryStringDecoderBenchmark"]
  cdbc40c1_e3e5_ae8b_f86b_58776f0deb33 -->|defined in| aa465af0_70a6_b3b7_8e92_dce611a2c032
  style cdbc40c1_e3e5_ae8b_f86b_58776f0deb33 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http/QueryStringDecoderBenchmark.java lines 59–65

    @Benchmark
    public Map<String, List<String>> nonStandardDecoding() {
        // ほげ=ぼけ&ねこ=いぬ in Shift-JIS
        return new QueryStringDecoder("%82%D9%82%B0=%82%DA%82%AF&%82%CB%82%B1=%82%A2%82%CA",
                                      SHIFT_JIS, false)
                .parameters();
    }

Domain

Subdomains

Frequently Asked Questions

What does nonStandardDecoding() do?
nonStandardDecoding() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http/QueryStringDecoderBenchmark.java.
Where is nonStandardDecoding() defined?
nonStandardDecoding() is defined in microbench/src/main/java/io/netty/handler/codec/http/QueryStringDecoderBenchmark.java at line 59.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free