drainAllSuspendedEncoderInstructions() — netty Function Reference
Architecture documentation for the drainAllSuspendedEncoderInstructions() function in QpackEncoderDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e464185a_011d_917c_4731_29ce677d17aa["drainAllSuspendedEncoderInstructions()"] a2f105b8_5272_f106_c6ff_e4604fde3ee0["QpackEncoderDecoderTest"] e464185a_011d_917c_4731_29ce677d17aa -->|defined in| a2f105b8_5272_f106_c6ff_e4604fde3ee0 ee3a6ee4_b7dd_a2a4_fdd2_9c86e3dea783["indexWrapAroundWithBlockedStreams()"] ee3a6ee4_b7dd_a2a4_fdd2_9c86e3dea783 -->|calls| e464185a_011d_917c_4731_29ce677d17aa 89cc0ebd_0d9c_8809_c991_b6e08c14fccc["duplicateWithBlockedStreams()"] 89cc0ebd_0d9c_8809_c991_b6e08c14fccc -->|calls| e464185a_011d_917c_4731_29ce677d17aa a074fc6f_eb09_bb92_e78d_571f8806ca4c["testDynamicTableIndexedWithBlockedStreams()"] a074fc6f_eb09_bb92_e78d_571f8806ca4c -->|calls| e464185a_011d_917c_4731_29ce677d17aa style e464185a_011d_917c_4731_29ce677d17aa fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java lines 443–448
private void drainAllSuspendedEncoderInstructions() throws Exception {
Callable<Void> next;
for (next = suspendedEncoderInstructions.poll(); next != null; next = suspendedEncoderInstructions.poll()) {
next.call();
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does drainAllSuspendedEncoderInstructions() do?
drainAllSuspendedEncoderInstructions() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java.
Where is drainAllSuspendedEncoderInstructions() defined?
drainAllSuspendedEncoderInstructions() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java at line 443.
What calls drainAllSuspendedEncoderInstructions()?
drainAllSuspendedEncoderInstructions() is called by 3 function(s): duplicateWithBlockedStreams, indexWrapAroundWithBlockedStreams, testDynamicTableIndexedWithBlockedStreams.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free