Home / Function/ rstStreamFrameShouldMatch() — netty Function Reference

rstStreamFrameShouldMatch() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java lines 381–386

    @Test
    public void rstStreamFrameShouldMatch() throws Exception {
        writer.writeRstStream(ctx, STREAM_ID, ERROR_CODE, ctx.newPromise());
        readFrames();
        verify(listener).onRstStreamRead(eq(ctx), eq(STREAM_ID), eq(ERROR_CODE));
    }

Domain

Subdomains

Calls

Frequently Asked Questions

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