priorityFrameShouldMatch() — netty Function Reference
Architecture documentation for the priorityFrameShouldMatch() function in Http2FrameRoundtripTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 96410969_b04b_e8a2_0473_655c1abe731f["priorityFrameShouldMatch()"] 900e14d5_99d5_0a22_aeb4_72af4ffe3fca["Http2FrameRoundtripTest"] 96410969_b04b_e8a2_0473_655c1abe731f -->|defined in| 900e14d5_99d5_0a22_aeb4_72af4ffe3fca 2ccb6e24_01de_9d82_8893_0e095430f4da["readFrames()"] 96410969_b04b_e8a2_0473_655c1abe731f -->|calls| 2ccb6e24_01de_9d82_8893_0e095430f4da style 96410969_b04b_e8a2_0473_655c1abe731f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java lines 374–379
@Test
public void priorityFrameShouldMatch() throws Exception {
writer.writePriority(ctx, STREAM_ID, 1, (short) 1, true, ctx.newPromise());
readFrames();
verify(listener).onPriorityRead(eq(ctx), eq(STREAM_ID), eq(1), eq((short) 1), eq(true));
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does priorityFrameShouldMatch() do?
priorityFrameShouldMatch() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java.
Where is priorityFrameShouldMatch() defined?
priorityFrameShouldMatch() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java at line 374.
What does priorityFrameShouldMatch() call?
priorityFrameShouldMatch() 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