Home / Function/ rstStreamWriteForUnknownStreamShouldIgnore() — netty Function Reference

rstStreamWriteForUnknownStreamShouldIgnore() — netty Function Reference

Architecture documentation for the rstStreamWriteForUnknownStreamShouldIgnore() function in DefaultHttp2ConnectionEncoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  0b2b6924_4f70_31a9_bd8d_32ed486cb093["rstStreamWriteForUnknownStreamShouldIgnore()"]
  aef19477_9a1f_48c4_824a_17c7f3ecbb10["DefaultHttp2ConnectionEncoderTest"]
  0b2b6924_4f70_31a9_bd8d_32ed486cb093 -->|defined in| aef19477_9a1f_48c4_824a_17c7f3ecbb10
  style 0b2b6924_4f70_31a9_bd8d_32ed486cb093 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoderTest.java lines 675–680

    @Test
    public void rstStreamWriteForUnknownStreamShouldIgnore() throws Exception {
        ChannelPromise promise = newPromise();
        encoder.writeRstStream(ctx, 5, PROTOCOL_ERROR.code(), promise);
        verify(writer, never()).writeRstStream(eq(ctx), anyInt(), anyLong(), eq(promise));
    }

Domain

Subdomains

Frequently Asked Questions

What does rstStreamWriteForUnknownStreamShouldIgnore() do?
rstStreamWriteForUnknownStreamShouldIgnore() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoderTest.java.
Where is rstStreamWriteForUnknownStreamShouldIgnore() defined?
rstStreamWriteForUnknownStreamShouldIgnore() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoderTest.java at line 675.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free