Home / Function/ multipartRequestDecoderHighDisabledLevel() — netty Function Reference

multipartRequestDecoderHighDisabledLevel() — netty Function Reference

Architecture documentation for the multipartRequestDecoderHighDisabledLevel() function in HttpPostMultipartRequestDecoderBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  a6b171c8_43ff_e9fc_f129_f7e27d8f85f7["multipartRequestDecoderHighDisabledLevel()"]
  7fc784ac_a898_377e_3ef7_6ba7dd38ad13["HttpPostMultipartRequestDecoderBenchmark"]
  a6b171c8_43ff_e9fc_f129_f7e27d8f85f7 -->|defined in| 7fc784ac_a898_377e_3ef7_6ba7dd38ad13
  5057a2d2_70c4_3974_f0da_62ea3d22078b["testHighNumberChunks()"]
  a6b171c8_43ff_e9fc_f129_f7e27d8f85f7 -->|calls| 5057a2d2_70c4_3974_f0da_62ea3d22078b
  style a6b171c8_43ff_e9fc_f129_f7e27d8f85f7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java lines 115–124

    @Benchmark
    public double multipartRequestDecoderHighDisabledLevel() {
        final Level level = ResourceLeakDetector.getLevel();
        try {
            ResourceLeakDetector.setLevel(Level.DISABLED);
            return testHighNumberChunks(false, true);
        } finally {
            ResourceLeakDetector.setLevel(level);
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does multipartRequestDecoderHighDisabledLevel() do?
multipartRequestDecoderHighDisabledLevel() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java.
Where is multipartRequestDecoderHighDisabledLevel() defined?
multipartRequestDecoderHighDisabledLevel() is defined in microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java at line 115.
What does multipartRequestDecoderHighDisabledLevel() call?
multipartRequestDecoderHighDisabledLevel() calls 1 function(s): testHighNumberChunks.

Analyze Your Own Codebase

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

Try Supermodel Free