Home / Function/ testDecodeReservedFrameType0x6() — netty Function Reference

testDecodeReservedFrameType0x6() — netty Function Reference

Architecture documentation for the testDecodeReservedFrameType0x6() function in Http3FrameCodecTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  9a1489d4_1ee9_24ed_9052_3b2bee085d5b["testDecodeReservedFrameType0x6()"]
  5690f307_9248_ec29_2c84_6839dbcdc179["Http3FrameCodecTest"]
  9a1489d4_1ee9_24ed_9052_3b2bee085d5b -->|defined in| 5690f307_9248_ec29_2c84_6839dbcdc179
  f172e438_95aa_794a_73ee_b2131dfe9d18["setUp()"]
  9a1489d4_1ee9_24ed_9052_3b2bee085d5b -->|calls| f172e438_95aa_794a_73ee_b2131dfe9d18
  888c6fe0_0c7e_4a05_e8b6_28dbda8c0dec["testDecodeReservedFrameType()"]
  9a1489d4_1ee9_24ed_9052_3b2bee085d5b -->|calls| 888c6fe0_0c7e_4a05_e8b6_28dbda8c0dec
  style 9a1489d4_1ee9_24ed_9052_3b2bee085d5b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java lines 384–390

    @ParameterizedTest(name = "{index}: fragmented = {0}, maxBlockedStreams = {1}, delayQpackStreams = {2}")
    @MethodSource("data")
    public void testDecodeReservedFrameType0x6(boolean fragmented, int maxBlockedStreams, boolean delayQpackStreams)
            throws Exception {
        setUp(maxBlockedStreams, delayQpackStreams);
        testDecodeReservedFrameType(fragmented, 0x6);
    }

Domain

Subdomains

Frequently Asked Questions

What does testDecodeReservedFrameType0x6() do?
testDecodeReservedFrameType0x6() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java.
Where is testDecodeReservedFrameType0x6() defined?
testDecodeReservedFrameType0x6() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java at line 384.
What does testDecodeReservedFrameType0x6() call?
testDecodeReservedFrameType0x6() calls 2 function(s): setUp, testDecodeReservedFrameType.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free