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