Home / Function/ lookupNameAndValueMatchFirst() — netty Function Reference

lookupNameAndValueMatchFirst() — netty Function Reference

Architecture documentation for the lookupNameAndValueMatchFirst() function in HpackStaticTableBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  af7f80f3_d904_e0c5_0601_c9c4eefa0711["lookupNameAndValueMatchFirst()"]
  a7dcb2ba_2b89_ea42_a865_60b74c53996c["HpackStaticTableBenchmark"]
  af7f80f3_d904_e0c5_0601_c9c4eefa0711 -->|defined in| a7dcb2ba_2b89_ea42_a865_60b74c53996c
  style af7f80f3_d904_e0c5_0601_c9c4eefa0711 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http2/HpackStaticTableBenchmark.java lines 67–71

    @Benchmark
    @BenchmarkMode(Mode.AverageTime)
    public int lookupNameAndValueMatchFirst() {
        return HpackStaticTable.getIndexInsensitive(STATUS, STATUS_200);
    }

Domain

Subdomains

Frequently Asked Questions

What does lookupNameAndValueMatchFirst() do?
lookupNameAndValueMatchFirst() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http2/HpackStaticTableBenchmark.java.
Where is lookupNameAndValueMatchFirst() defined?
lookupNameAndValueMatchFirst() is defined in microbench/src/main/java/io/netty/handler/codec/http2/HpackStaticTableBenchmark.java at line 67.

Analyze Your Own Codebase

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

Try Supermodel Free