Home / Function/ decodeMaxIntUsingLong() — netty Function Reference

decodeMaxIntUsingLong() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  73150c3e_3cc6_cb4e_983f_f772f64eb38d["decodeMaxIntUsingLong()"]
  de40d68e_4a6c_694e_c920_73882d2bb6c0["HpackDecoderULE128Benchmark"]
  73150c3e_3cc6_cb4e_983f_f772f64eb38d -->|defined in| de40d68e_4a6c_694e_c920_73882d2bb6c0
  380d7ceb_df2a_c296_08fd_47d51f945cda["decodeULE128UsingLong()"]
  73150c3e_3cc6_cb4e_983f_f772f64eb38d -->|calls| 380d7ceb_df2a_c296_08fd_47d51f945cda
  style 73150c3e_3cc6_cb4e_983f_f772f64eb38d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderULE128Benchmark.java lines 85–91

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

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free