Home / Function/ binaryHeadersWithoutPriorityShouldMatch() — netty Function Reference

binaryHeadersWithoutPriorityShouldMatch() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java lines 223–229

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

Domain

Subdomains

Calls

Frequently Asked Questions

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