Home / Function/ newMapMixMethods() — netty Function Reference

newMapMixMethods() — netty Function Reference

Architecture documentation for the newMapMixMethods() function in HttpMethodMapBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e82d08d5_510f_df6f_b5af_4413ffd6beb1["newMapMixMethods()"]
  850ae674_6e21_4c44_21cd_02af9a8adf48["HttpMethodMapBenchmark"]
  e82d08d5_510f_df6f_b5af_4413ffd6beb1 -->|defined in| 850ae674_6e21_4c44_21cd_02af9a8adf48
  style e82d08d5_510f_df6f_b5af_4413ffd6beb1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http/HttpMethodMapBenchmark.java lines 178–186

    @Benchmark
    public void newMapMixMethods(Blackhole bh) throws Exception {
        for (int i = 0; i < MIXED_METHODS.length; ++i) {
            HttpMethod method = NEW_MAP.get(MIXED_METHODS[i]);
            if (method != null) {
                bh.consume(method);
            }
        }
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free