Home / Function/ continuedHeadersShouldMatch() — netty Function Reference

continuedHeadersShouldMatch() — netty Function Reference

Architecture documentation for the continuedHeadersShouldMatch() function in Http2FrameRoundtripTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  93941c1e_59db_f6b2_2a49_ba40361c8762["continuedHeadersShouldMatch()"]
  900e14d5_99d5_0a22_aeb4_72af4ffe3fca["Http2FrameRoundtripTest"]
  93941c1e_59db_f6b2_2a49_ba40361c8762 -->|defined in| 900e14d5_99d5_0a22_aeb4_72af4ffe3fca
  2ccb6e24_01de_9d82_8893_0e095430f4da["readFrames()"]
  93941c1e_59db_f6b2_2a49_ba40361c8762 -->|calls| 2ccb6e24_01de_9d82_8893_0e095430f4da
  style 93941c1e_59db_f6b2_2a49_ba40361c8762 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java lines 265–272

    @Test
    public void continuedHeadersShouldMatch() throws Exception {
        final Http2Headers headers = largeHeaders();
        writer.writeHeaders(ctx, STREAM_ID, headers, 2, (short) 3, true, 0, true, ctx.newPromise());
        readFrames();
        verify(listener)
                .onHeadersRead(eq(ctx), eq(STREAM_ID), eq(headers), eq(2), eq((short) 3), eq(true), eq(0), eq(true));
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does continuedHeadersShouldMatch() do?
continuedHeadersShouldMatch() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java.
Where is continuedHeadersShouldMatch() defined?
continuedHeadersShouldMatch() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java at line 265.
What does continuedHeadersShouldMatch() call?
continuedHeadersShouldMatch() calls 1 function(s): readFrames.

Analyze Your Own Codebase

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

Try Supermodel Free