requiredInsertCountBehindMax() — netty Function Reference
Architecture documentation for the requiredInsertCountBehindMax() function in QpackDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD fbd33333_5aa0_c1b7_010b_80b802018ee1["requiredInsertCountBehindMax()"] 306cb9ff_c699_c029_57de_27fe788cc819["QpackDecoderTest"] fbd33333_5aa0_c1b7_010b_80b802018ee1 -->|defined in| 306cb9ff_c699_c029_57de_27fe788cc819 26498b22_5caf_40c2_1f0f_1adf07905522["setup()"] fbd33333_5aa0_c1b7_010b_80b802018ee1 -->|calls| 26498b22_5caf_40c2_1f0f_1adf07905522 cc508620_cb23_3737_9a3d_66fd1ac40163["insertLiterals()"] fbd33333_5aa0_c1b7_010b_80b802018ee1 -->|calls| cc508620_cb23_3737_9a3d_66fd1ac40163 5f4bad20_3700_e8bf_8781_1537837047a7["encodeDecodeVerifyRequiredInsertCount()"] fbd33333_5aa0_c1b7_010b_80b802018ee1 -->|calls| 5f4bad20_3700_e8bf_8781_1537837047a7 style fbd33333_5aa0_c1b7_010b_80b802018ee1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/QpackDecoderTest.java lines 79–87
@ParameterizedTest(name = "capacity: {0}, inserts: {1}")
@MethodSource("data")
public void requiredInsertCountBehindMax(int capacity, int insertionCount) throws Exception {
setup(capacity);
assumeTrue(insertionCount > maxEntries);
insertLiterals(insertionCount);
encodeDecodeVerifyRequiredInsertCount(insertionCount - maxEntries + 1);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does requiredInsertCountBehindMax() do?
requiredInsertCountBehindMax() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackDecoderTest.java.
Where is requiredInsertCountBehindMax() defined?
requiredInsertCountBehindMax() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackDecoderTest.java at line 79.
What does requiredInsertCountBehindMax() call?
requiredInsertCountBehindMax() calls 3 function(s): encodeDecodeVerifyRequiredInsertCount, insertLiterals, setup.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free