verifyKnownReceivedCount() — netty Function Reference
Architecture documentation for the verifyKnownReceivedCount() function in QpackEncoderDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD df3a5571_94fc_f51f_c432_e0490c53efd5["verifyKnownReceivedCount()"] a2f105b8_5272_f106_c6ff_e4604fde3ee0["QpackEncoderDecoderTest"] df3a5571_94fc_f51f_c432_e0490c53efd5 -->|defined in| a2f105b8_5272_f106_c6ff_e4604fde3ee0 158d5307_2479_2a29_560d_51623d8a8403["indexWrapAround()"] 158d5307_2479_2a29_560d_51623d8a8403 -->|calls| df3a5571_94fc_f51f_c432_e0490c53efd5 ee3a6ee4_b7dd_a2a4_fdd2_9c86e3dea783["indexWrapAroundWithBlockedStreams()"] ee3a6ee4_b7dd_a2a4_fdd2_9c86e3dea783 -->|calls| df3a5571_94fc_f51f_c432_e0490c53efd5 33bd7c0f_f1af_f340_0762_d70deb77d283["duplicate()"] 33bd7c0f_f1af_f340_0762_d70deb77d283 -->|calls| df3a5571_94fc_f51f_c432_e0490c53efd5 89cc0ebd_0d9c_8809_c991_b6e08c14fccc["duplicateWithBlockedStreams()"] 89cc0ebd_0d9c_8809_c991_b6e08c14fccc -->|calls| df3a5571_94fc_f51f_c432_e0490c53efd5 03d51482_35ec_6301_b735_1bbed1e47a21["testDynamicTableIndexed()"] 03d51482_35ec_6301_b735_1bbed1e47a21 -->|calls| df3a5571_94fc_f51f_c432_e0490c53efd5 a074fc6f_eb09_bb92_e78d_571f8806ca4c["testDynamicTableIndexedWithBlockedStreams()"] a074fc6f_eb09_bb92_e78d_571f8806ca4c -->|calls| df3a5571_94fc_f51f_c432_e0490c53efd5 style df3a5571_94fc_f51f_c432_e0490c53efd5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java lines 507–510
private void verifyKnownReceivedCount(int receivedCount) {
assertThat("Unexpected dynamic table known received count.", encDynamicTable.encodedKnownReceivedCount(),
is(receivedCount == 0 ? 0 : receivedCount % (2 * maxEntries) + 1));
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does verifyKnownReceivedCount() do?
verifyKnownReceivedCount() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java.
Where is verifyKnownReceivedCount() defined?
verifyKnownReceivedCount() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java at line 507.
What calls verifyKnownReceivedCount()?
verifyKnownReceivedCount() is called by 6 function(s): duplicate, duplicateWithBlockedStreams, indexWrapAround, indexWrapAroundWithBlockedStreams, testDynamicTableIndexed, testDynamicTableIndexedWithBlockedStreams.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free