multipartRequestDecoderBigDisabledLevel() — netty Function Reference
Architecture documentation for the multipartRequestDecoderBigDisabledLevel() function in HttpPostMultipartRequestDecoderBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 7065ecd6_baad_0444_a079_b5eb8febb505["multipartRequestDecoderBigDisabledLevel()"] 7fc784ac_a898_377e_3ef7_6ba7dd38ad13["HttpPostMultipartRequestDecoderBenchmark"] 7065ecd6_baad_0444_a079_b5eb8febb505 -->|defined in| 7fc784ac_a898_377e_3ef7_6ba7dd38ad13 5057a2d2_70c4_3974_f0da_62ea3d22078b["testHighNumberChunks()"] 7065ecd6_baad_0444_a079_b5eb8febb505 -->|calls| 5057a2d2_70c4_3974_f0da_62ea3d22078b style 7065ecd6_baad_0444_a079_b5eb8febb505 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java lines 126–135
@Benchmark
public double multipartRequestDecoderBigDisabledLevel() {
final Level level = ResourceLeakDetector.getLevel();
try {
ResourceLeakDetector.setLevel(Level.DISABLED);
return testHighNumberChunks(true, true);
} finally {
ResourceLeakDetector.setLevel(level);
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does multipartRequestDecoderBigDisabledLevel() do?
multipartRequestDecoderBigDisabledLevel() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java.
Where is multipartRequestDecoderBigDisabledLevel() defined?
multipartRequestDecoderBigDisabledLevel() is defined in microbench/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoderBenchmark.java at line 126.
What does multipartRequestDecoderBigDisabledLevel() call?
multipartRequestDecoderBigDisabledLevel() 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