Home / Function/ testInvalidFirstFrameHttp3CancelPushFrame() — netty Function Reference

testInvalidFirstFrameHttp3CancelPushFrame() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java lines 110–116

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

Domain

Subdomains

Frequently Asked Questions

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