Home / Function/ drainNextSuspendedEncoderInstruction() — netty Function Reference

drainNextSuspendedEncoderInstruction() — netty Function Reference

Architecture documentation for the drainNextSuspendedEncoderInstruction() function in QpackEncoderDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  90fb8933_0761_5196_66a3_59e5e125c634["drainNextSuspendedEncoderInstruction()"]
  a2f105b8_5272_f106_c6ff_e4604fde3ee0["QpackEncoderDecoderTest"]
  90fb8933_0761_5196_66a3_59e5e125c634 -->|defined in| a2f105b8_5272_f106_c6ff_e4604fde3ee0
  ee3a6ee4_b7dd_a2a4_fdd2_9c86e3dea783["indexWrapAroundWithBlockedStreams()"]
  ee3a6ee4_b7dd_a2a4_fdd2_9c86e3dea783 -->|calls| 90fb8933_0761_5196_66a3_59e5e125c634
  89cc0ebd_0d9c_8809_c991_b6e08c14fccc["duplicateWithBlockedStreams()"]
  89cc0ebd_0d9c_8809_c991_b6e08c14fccc -->|calls| 90fb8933_0761_5196_66a3_59e5e125c634
  a074fc6f_eb09_bb92_e78d_571f8806ca4c["testDynamicTableIndexedWithBlockedStreams()"]
  a074fc6f_eb09_bb92_e78d_571f8806ca4c -->|calls| 90fb8933_0761_5196_66a3_59e5e125c634
  style 90fb8933_0761_5196_66a3_59e5e125c634 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java lines 450–454

    private void drainNextSuspendedEncoderInstruction() throws Exception {
        Callable<Void> next = suspendedEncoderInstructions.poll();
        assertThat(next, is(notNullValue())); // dynamic table size instruction
        next.call();
    }

Domain

Subdomains

Frequently Asked Questions

What does drainNextSuspendedEncoderInstruction() do?
drainNextSuspendedEncoderInstruction() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java.
Where is drainNextSuspendedEncoderInstruction() defined?
drainNextSuspendedEncoderInstruction() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/QpackEncoderDecoderTest.java at line 450.
What calls drainNextSuspendedEncoderInstruction()?
drainNextSuspendedEncoderInstruction() 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