Home / Function/ testHttp3MaxPushIdFrame_63() — netty Function Reference

testHttp3MaxPushIdFrame_63() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  0d2bc214_9c55_e364_62ee_7fb451c95fde["testHttp3MaxPushIdFrame_63()"]
  5690f307_9248_ec29_2c84_6839dbcdc179["Http3FrameCodecTest"]
  0d2bc214_9c55_e364_62ee_7fb451c95fde -->|defined in| 5690f307_9248_ec29_2c84_6839dbcdc179
  f172e438_95aa_794a_73ee_b2131dfe9d18["setUp()"]
  0d2bc214_9c55_e364_62ee_7fb451c95fde -->|calls| f172e438_95aa_794a_73ee_b2131dfe9d18
  b1ff5de9_9ca0_35d9_9bc2_5d0d9a917169["testFrameEncodedAndDecoded()"]
  0d2bc214_9c55_e364_62ee_7fb451c95fde -->|calls| b1ff5de9_9ca0_35d9_9bc2_5d0d9a917169
  style 0d2bc214_9c55_e364_62ee_7fb451c95fde fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java lines 238–245

    @ParameterizedTest(name = "{index}: fragmented = {0}, maxBlockedStreams = {1}, delayQpackStreams = {2}")
    @MethodSource("data")
    public void testHttp3MaxPushIdFrame_63(
            boolean fragmented, int maxBlockedStreams, boolean delayQpackStreams) throws Exception {
        setUp(maxBlockedStreams, delayQpackStreams);
        testFrameEncodedAndDecoded(
                fragmented, maxBlockedStreams, delayQpackStreams, new DefaultHttp3MaxPushIdFrame(63));
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free