Home / Function/ decodeMaxInt() — netty Function Reference

decodeMaxInt() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderULE128Benchmark.java lines 77–83

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

Domain

Subdomains

Frequently Asked Questions

What does decodeMaxInt() do?
decodeMaxInt() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderULE128Benchmark.java.
Where is decodeMaxInt() defined?
decodeMaxInt() is defined in microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderULE128Benchmark.java at line 77.
What does decodeMaxInt() call?
decodeMaxInt() 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