Home / Function/ testHttp3PushPromiseFrame() — netty Function Reference

testHttp3PushPromiseFrame() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a59a3829_dbaa_5348_3493_908a12fc74c5["testHttp3PushPromiseFrame()"]
  5690f307_9248_ec29_2c84_6839dbcdc179["Http3FrameCodecTest"]
  a59a3829_dbaa_5348_3493_908a12fc74c5 -->|defined in| 5690f307_9248_ec29_2c84_6839dbcdc179
  f172e438_95aa_794a_73ee_b2131dfe9d18["setUp()"]
  a59a3829_dbaa_5348_3493_908a12fc74c5 -->|calls| f172e438_95aa_794a_73ee_b2131dfe9d18
  0371e2a1_748f_2fa3_507f_b4a407f027d6["addRequestHeaders()"]
  a59a3829_dbaa_5348_3493_908a12fc74c5 -->|calls| 0371e2a1_748f_2fa3_507f_b4a407f027d6
  b1ff5de9_9ca0_35d9_9bc2_5d0d9a917169["testFrameEncodedAndDecoded()"]
  a59a3829_dbaa_5348_3493_908a12fc74c5 -->|calls| b1ff5de9_9ca0_35d9_9bc2_5d0d9a917169
  style a59a3829_dbaa_5348_3493_908a12fc74c5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java lines 326–334

    @ParameterizedTest(name = "{index}: fragmented = {0}, maxBlockedStreams = {1}, delayQpackStreams = {2}")
    @MethodSource("data")
    public void testHttp3PushPromiseFrame(
            boolean fragmented, int maxBlockedStreams, boolean delayQpackStreams) throws Exception {
        setUp(maxBlockedStreams, delayQpackStreams);
        Http3PushPromiseFrame pushPromiseFrame = new DefaultHttp3PushPromiseFrame(9);
        addRequestHeaders(pushPromiseFrame.headers());
        testFrameEncodedAndDecoded(fragmented, maxBlockedStreams, delayQpackStreams, pushPromiseFrame);
    }

Domain

Subdomains

Frequently Asked Questions

What does testHttp3PushPromiseFrame() do?
testHttp3PushPromiseFrame() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java.
Where is testHttp3PushPromiseFrame() defined?
testHttp3PushPromiseFrame() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java at line 326.
What does testHttp3PushPromiseFrame() call?
testHttp3PushPromiseFrame() calls 3 function(s): addRequestHeaders, setUp, testFrameEncodedAndDecoded.

Analyze Your Own Codebase

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

Try Supermodel Free