Home / Function/ testInvalidFirstFrameHttp3MaxPushIdFrame() — netty Function Reference

testInvalidFirstFrameHttp3MaxPushIdFrame() — netty Function Reference

Architecture documentation for the testInvalidFirstFrameHttp3MaxPushIdFrame() function in Http3ControlStreamInboundHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  8cff5796_6dcd_c20c_d10b_4e8c601f07fb["testInvalidFirstFrameHttp3MaxPushIdFrame()"]
  902435e9_3b03_3141_b560_3cdae4f30cb6["Http3ControlStreamInboundHandlerTest"]
  8cff5796_6dcd_c20c_d10b_4e8c601f07fb -->|defined in| 902435e9_3b03_3141_b560_3cdae4f30cb6
  e80acb1e_888a_ce0b_e1f2_1f018c18226b["setUp()"]
  8cff5796_6dcd_c20c_d10b_4e8c601f07fb -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b
  e3131110_ec00_0184_d690_3f33218b34bb["testInvalidFirstFrame()"]
  8cff5796_6dcd_c20c_d10b_4e8c601f07fb -->|calls| e3131110_ec00_0184_d690_3f33218b34bb
  style 8cff5796_6dcd_c20c_d10b_4e8c601f07fb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java lines 102–108

    @ParameterizedTest(name = "{index}: server = {0}, forwardControlFrames = {1}")
    @MethodSource("testData")
    public void testInvalidFirstFrameHttp3MaxPushIdFrame(boolean server, boolean forwardControlFrames)
            throws Exception {
        setUp(server);
        testInvalidFirstFrame(server, forwardControlFrames, new DefaultHttp3MaxPushIdFrame(0));
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free