Home / Function/ decodeMaxIntWithLong() — netty Function Reference

decodeMaxIntWithLong() — netty Function Reference

Architecture documentation for the decodeMaxIntWithLong() function in HpackDecoderULE128Benchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b980840d_6eff_4de1_17c7_deeba7582a9a["decodeMaxIntWithLong()"]
  de40d68e_4a6c_694e_c920_73882d2bb6c0["HpackDecoderULE128Benchmark"]
  b980840d_6eff_4de1_17c7_deeba7582a9a -->|defined in| de40d68e_4a6c_694e_c920_73882d2bb6c0
  4c045bd6_da32_a2da_b609_246be602d082["decodeULE128()"]
  b980840d_6eff_4de1_17c7_deeba7582a9a -->|calls| 4c045bd6_da32_a2da_b609_246be602d082
  style b980840d_6eff_4de1_17c7_deeba7582a9a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderULE128Benchmark.java lines 69–75

    @Benchmark
    @BenchmarkMode(Mode.AverageTime)
    public long decodeMaxIntWithLong() throws Http2Exception {
        long v = decodeULE128(intMaxBuf, 0L);
        intMaxBuf.readerIndex(0);
        return v;
    }

Domain

Subdomains

Frequently Asked Questions

What does decodeMaxIntWithLong() do?
decodeMaxIntWithLong() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderULE128Benchmark.java.
Where is decodeMaxIntWithLong() defined?
decodeMaxIntWithLong() is defined in microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderULE128Benchmark.java at line 69.
What does decodeMaxIntWithLong() call?
decodeMaxIntWithLong() calls 1 function(s): decodeULE128.

Analyze Your Own Codebase

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

Try Supermodel Free