setup() — netty Function Reference
Architecture documentation for the setup() function in QpackEncoderDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8b7d68af_ce51_4e48_b8d7_ce72fd007482["setup()"] a2f105b8_5272_f106_c6ff_e4604fde3ee0["QpackEncoderDecoderTest"] 8b7d68af_ce51_4e48_b8d7_ce72fd007482 -->|defined in| a2f105b8_5272_f106_c6ff_e4604fde3ee0 1bf51089_9e22_a05a_05e9_15cd2276797f["dynamicIndexed()"] 1bf51089_9e22_a05a_05e9_15cd2276797f -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 730c1ccb_3dea_01cb_b93b_54766d4b735a["dynamicIndexedWithBlockedStreams()"] 730c1ccb_3dea_01cb_b93b_54766d4b735a -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 48c808c6_db0e_e56c_9d15_f12d6e4576ed["dynamicIndexedWithStaticTableNameRef()"] 48c808c6_db0e_e56c_9d15_f12d6e4576ed -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 47a74f2d_c110_6815_7c12_2eebe8364043["dynamicIndexedWithStaticTableNameRefWithBlockedStreams()"] 47a74f2d_c110_6815_7c12_2eebe8364043 -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 4532cf55_07c3_23b1_bd32_f99083b0395b["dynamicIndexedWithNameRef()"] 4532cf55_07c3_23b1_bd32_f99083b0395b -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 a9e9c4c0_1adb_7262_dc8f_b3511f755aa1["dynamicIndexedWithNameRefWithBlockedStream()"] a9e9c4c0_1adb_7262_dc8f_b3511f755aa1 -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 158d5307_2479_2a29_560d_51623d8a8403["indexWrapAround()"] 158d5307_2479_2a29_560d_51623d8a8403 -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 ee3a6ee4_b7dd_a2a4_fdd2_9c86e3dea783["indexWrapAroundWithBlockedStreams()"] ee3a6ee4_b7dd_a2a4_fdd2_9c86e3dea783 -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 33bd7c0f_f1af_f340_0762_d70deb77d283["duplicate()"] 33bd7c0f_f1af_f340_0762_d70deb77d283 -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 89cc0ebd_0d9c_8809_c991_b6e08c14fccc["duplicateWithBlockedStreams()"] 89cc0ebd_0d9c_8809_c991_b6e08c14fccc -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 b774b554_6eff_2093_126f_daa68cea8d0b["staticTableOnly()"] b774b554_6eff_2093_126f_daa68cea8d0b -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 507a145e_564d_e526_8c27_e8769b809efe["decoderThrowsOnInvalidInput()"] 507a145e_564d_e526_8c27_e8769b809efe -->|calls| 8b7d68af_ce51_4e48_b8d7_ce72fd007482 bbb304a6_88c5_3761_85cf_c8b2e6f61a3e["ForwardWriteToReadOnOtherHandler()"] 8b7d68af_ce51_4e48_b8d7_ce72fd007482 -->|calls| bbb304a6_88c5_3761_85cf_c8b2e6f61a3e style 8b7d68af_ce51_4e48_b8d7_ce72fd007482 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java lines 456–458
private void setup(long dynamicTableSize, int maxBlockedStreams) throws Exception {
setup(dynamicTableSize, maxBlockedStreams, 10);
}
Domain
Subdomains
Called By
- decoderThrowsOnInvalidInput()
- duplicate()
- duplicateWithBlockedStreams()
- dynamicIndexed()
- dynamicIndexedWithBlockedStreams()
- dynamicIndexedWithNameRef()
- dynamicIndexedWithNameRefWithBlockedStream()
- dynamicIndexedWithStaticTableNameRef()
- dynamicIndexedWithStaticTableNameRefWithBlockedStreams()
- indexWrapAround()
- indexWrapAroundWithBlockedStreams()
- staticTableOnly()
Source
Frequently Asked Questions
What does setup() do?
setup() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java.
Where is setup() defined?
setup() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java at line 456.
What does setup() call?
setup() calls 1 function(s): ForwardWriteToReadOnOtherHandler.
What calls setup()?
setup() is called by 12 function(s): decoderThrowsOnInvalidInput, duplicate, duplicateWithBlockedStreams, dynamicIndexed, dynamicIndexedWithBlockedStreams, dynamicIndexedWithNameRef, dynamicIndexedWithNameRefWithBlockedStream, dynamicIndexedWithStaticTableNameRef, and 4 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free