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