Home / Function/ testInvalidHttp3HeadersFrame() — netty Function Reference

testInvalidHttp3HeadersFrame() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  2ad2230c_7adc_c502_7b6e_fab547d4959c["testInvalidHttp3HeadersFrame()"]
  5690f307_9248_ec29_2c84_6839dbcdc179["Http3FrameCodecTest"]
  2ad2230c_7adc_c502_7b6e_fab547d4959c -->|defined in| 5690f307_9248_ec29_2c84_6839dbcdc179
  f172e438_95aa_794a_73ee_b2131dfe9d18["setUp()"]
  2ad2230c_7adc_c502_7b6e_fab547d4959c -->|calls| f172e438_95aa_794a_73ee_b2131dfe9d18
  0a5602b9_880b_f6b7_0665_131b3f50e1c6["testInvalidHttp3Frame0()"]
  2ad2230c_7adc_c502_7b6e_fab547d4959c -->|calls| 0a5602b9_880b_f6b7_0665_131b3f50e1c6
  style 2ad2230c_7adc_c502_7b6e_fab547d4959c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java lines 782–788

    @ParameterizedTest(name = "{index}: maxBlockedStreams = {0}, delayQpackStreams = {1}")
    @MethodSource("dataNoFragment")
    public void testInvalidHttp3HeadersFrame(int maxBlockedStreams, boolean delayQpackStreams) throws Exception {
        setUp(maxBlockedStreams, delayQpackStreams);
        testInvalidHttp3Frame0(delayQpackStreams, HTTP3_HEADERS_FRAME_TYPE,
                MAX_HEADER_SIZE + 1, Http3ErrorCode.H3_EXCESSIVE_LOAD);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free