Home / Function/ testInvalidFirstFrameHttp3GoAwayFrame() — netty Function Reference

testInvalidFirstFrameHttp3GoAwayFrame() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java lines 95–100

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

Domain

Subdomains

Frequently Asked Questions

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