Home / Function/ getIndexPlusOffset() — netty Function Reference

getIndexPlusOffset() — netty Function Reference

Architecture documentation for the getIndexPlusOffset() function in HpackEncoder.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  e6edf78d_f910_aefc_3cb9_5645291b96a9["getIndexPlusOffset()"]
  616b4418_6852_a9a9_188d_063a8768b35a["HpackEncoder"]
  e6edf78d_f910_aefc_3cb9_5645291b96a9 -->|defined in| 616b4418_6852_a9a9_188d_063a8768b35a
  d416f498_d09b_3bf6_6f3c_bec7a647a54f["encodeHeader()"]
  d416f498_d09b_3bf6_6f3c_bec7a647a54f -->|calls| e6edf78d_f910_aefc_3cb9_5645291b96a9
  67aada40_9838_0523_a316_eceb773154ab["encodeAndAddEntries()"]
  67aada40_9838_0523_a316_eceb773154ab -->|calls| e6edf78d_f910_aefc_3cb9_5645291b96a9
  23d2ecc9_6b84_3d50_ef57_2c1b263e4ea5["getNameIndex()"]
  23d2ecc9_6b84_3d50_ef57_2c1b263e4ea5 -->|calls| e6edf78d_f910_aefc_3cb9_5645291b96a9
  44510029_46b0_da69_c8a0_3e118364cdd2["getIndex()"]
  e6edf78d_f910_aefc_3cb9_5645291b96a9 -->|calls| 44510029_46b0_da69_c8a0_3e118364cdd2
  style e6edf78d_f910_aefc_3cb9_5645291b96a9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/HpackEncoder.java lines 411–413

    private int getIndexPlusOffset(int counter) {
        return getIndex(counter) + HpackStaticTable.length;
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does getIndexPlusOffset() do?
getIndexPlusOffset() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/HpackEncoder.java.
Where is getIndexPlusOffset() defined?
getIndexPlusOffset() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/HpackEncoder.java at line 411.
What does getIndexPlusOffset() call?
getIndexPlusOffset() calls 1 function(s): getIndex.
What calls getIndexPlusOffset()?
getIndexPlusOffset() is called by 3 function(s): encodeAndAddEntries, encodeHeader, getNameIndex.

Analyze Your Own Codebase

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

Try Supermodel Free