Home / Function/ testInvalidFirstFrameNonControlFrame() — netty Function Reference

testInvalidFirstFrameNonControlFrame() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java lines 118–123

    @ParameterizedTest(name = "{index}: server = {0}, forwardControlFrames = {1}")
    @MethodSource("testData")
    public void testInvalidFirstFrameNonControlFrame(boolean server, boolean forwardControlFrames) throws Exception {
        setUp(server);
        testInvalidFirstFrame(server, forwardControlFrames, () -> 9999);
    }

Domain

Subdomains

Frequently Asked Questions

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