addEncodeHeader() — netty Function Reference
Architecture documentation for the addEncodeHeader() function in QpackEncoderDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 774159a1_175e_8719_c4d3_d0b597c565f0["addEncodeHeader()"] a2f105b8_5272_f106_c6ff_e4604fde3ee0["QpackEncoderDecoderTest"] 774159a1_175e_8719_c4d3_d0b597c565f0 -->|defined in| a2f105b8_5272_f106_c6ff_e4604fde3ee0 158d5307_2479_2a29_560d_51623d8a8403["indexWrapAround()"] 158d5307_2479_2a29_560d_51623d8a8403 -->|calls| 774159a1_175e_8719_c4d3_d0b597c565f0 ee3a6ee4_b7dd_a2a4_fdd2_9c86e3dea783["indexWrapAroundWithBlockedStreams()"] ee3a6ee4_b7dd_a2a4_fdd2_9c86e3dea783 -->|calls| 774159a1_175e_8719_c4d3_d0b597c565f0 33bd7c0f_f1af_f340_0762_d70deb77d283["duplicate()"] 33bd7c0f_f1af_f340_0762_d70deb77d283 -->|calls| 774159a1_175e_8719_c4d3_d0b597c565f0 89cc0ebd_0d9c_8809_c991_b6e08c14fccc["duplicateWithBlockedStreams()"] 89cc0ebd_0d9c_8809_c991_b6e08c14fccc -->|calls| 774159a1_175e_8719_c4d3_d0b597c565f0 style 774159a1_175e_8719_c4d3_d0b597c565f0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java lines 489–493
private void addEncodeHeader(String namePrefix, String value, int times) {
for (int i = 0; i < times; i++) {
encHeaders.add(namePrefix + i, value);
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does addEncodeHeader() do?
addEncodeHeader() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java.
Where is addEncodeHeader() defined?
addEncodeHeader() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java at line 489.
What calls addEncodeHeader()?
addEncodeHeader() is called by 4 function(s): duplicate, duplicateWithBlockedStreams, indexWrapAround, indexWrapAroundWithBlockedStreams.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free