Home / Function/ testInvalidHttp3PushPromiseFrame() — netty Function Reference

testInvalidHttp3PushPromiseFrame() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java lines 790–796

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

Domain

Subdomains

Frequently Asked Questions

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