Home / Function/ testDecodeReservedFrameType0x8() — netty Function Reference

testDecodeReservedFrameType0x8() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java lines 392–398

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

Domain

Subdomains

Frequently Asked Questions

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