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