Home / Function/ testMultipleFramesEncodedAndDecodedInOneBufferHeaders() — netty Function Reference

testMultipleFramesEncodedAndDecodedInOneBufferHeaders() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  8d92fc4d_19dc_274e_7469_246987438bdd["testMultipleFramesEncodedAndDecodedInOneBufferHeaders()"]
  5690f307_9248_ec29_2c84_6839dbcdc179["Http3FrameCodecTest"]
  8d92fc4d_19dc_274e_7469_246987438bdd -->|defined in| 5690f307_9248_ec29_2c84_6839dbcdc179
  f172e438_95aa_794a_73ee_b2131dfe9d18["setUp()"]
  8d92fc4d_19dc_274e_7469_246987438bdd -->|calls| f172e438_95aa_794a_73ee_b2131dfe9d18
  0371e2a1_748f_2fa3_507f_b4a407f027d6["addRequestHeaders()"]
  8d92fc4d_19dc_274e_7469_246987438bdd -->|calls| 0371e2a1_748f_2fa3_507f_b4a407f027d6
  c1acdaea_e062_6e53_756e_a742d2c1c9fd["testMultipleFramesEncodedAndDecodedInOneBuffer()"]
  8d92fc4d_19dc_274e_7469_246987438bdd -->|calls| c1acdaea_e062_6e53_756e_a742d2c1c9fd
  style 8d92fc4d_19dc_274e_7469_246987438bdd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java lines 686–695

    @ParameterizedTest(name = "{index}: maxBlockedStreams = {0}, delayQpackStreams = {1}")
    @MethodSource("dataNoFragment")
    public void testMultipleFramesEncodedAndDecodedInOneBufferHeaders(int maxBlockedStreams, boolean delayQpackStreams)
            throws Exception {
        setUp(maxBlockedStreams, delayQpackStreams);
        Http3HeadersFrame headersFrame = new DefaultHttp3HeadersFrame();
        addRequestHeaders(headersFrame.headers());
        testMultipleFramesEncodedAndDecodedInOneBuffer(maxBlockedStreams, delayQpackStreams, headersFrame,
                new DefaultHttp3DataFrame(Unpooled.buffer().writeLong(1)));
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free