indexWrapsAroundForSingleEntryCapacity() — netty Function Reference
Architecture documentation for the indexWrapsAroundForSingleEntryCapacity() function in QpackEncoderDynamicTableTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 774a913d_8d3e_659a_51aa_0fc252d37e82["indexWrapsAroundForSingleEntryCapacity()"] 0b57921e_fd41_0d68_9a74_4964c2403fe3["QpackEncoderDynamicTableTest"] 774a913d_8d3e_659a_51aa_0fc252d37e82 -->|defined in| 0b57921e_fd41_0d68_9a74_4964c2403fe3 00fa8ebc_5c0b_525b_36a9_44b6004c43b9["addValidateAndAckHeader()"] 774a913d_8d3e_659a_51aa_0fc252d37e82 -->|calls| 00fa8ebc_5c0b_525b_36a9_44b6004c43b9 927b57b4_937d_8e9e_fec1_47bceaf8b4bd["verifyTableEmpty()"] 774a913d_8d3e_659a_51aa_0fc252d37e82 -->|calls| 927b57b4_937d_8e9e_fec1_47bceaf8b4bd style 774a913d_8d3e_659a_51aa_0fc252d37e82 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDynamicTableTest.java lines 149–156
@Test
public void indexWrapsAroundForSingleEntryCapacity() throws Exception {
// maxIndex = 2 * maxEntries = 2 * 39/32 = 2
QpackEncoderDynamicTable table = newDynamicTable(fooBar2Header.size());
addValidateAndAckHeader(table, fooBar2Header);
verifyTableEmpty(table);
addValidateAndAckHeader(table, fooBar2Header);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does indexWrapsAroundForSingleEntryCapacity() do?
indexWrapsAroundForSingleEntryCapacity() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDynamicTableTest.java.
Where is indexWrapsAroundForSingleEntryCapacity() defined?
indexWrapsAroundForSingleEntryCapacity() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDynamicTableTest.java at line 149.
What does indexWrapsAroundForSingleEntryCapacity() call?
indexWrapsAroundForSingleEntryCapacity() calls 2 function(s): addValidateAndAckHeader, verifyTableEmpty.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free