Home / Function/ decodeMaxLong() — netty Function Reference

decodeMaxLong() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

microbench/src/main/java/io/netty/handler/codec/http2/HpackDecoderULE128Benchmark.java lines 61–67

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

Domain

Subdomains

Frequently Asked Questions

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