Home / Function/ windowUpdateReadAfterGoAwaySentShouldBeIgnored() — netty Function Reference

windowUpdateReadAfterGoAwaySentShouldBeIgnored() — netty Function Reference

Architecture documentation for the windowUpdateReadAfterGoAwaySentShouldBeIgnored() function in DefaultHttp2ConnectionDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  08066beb_a588_8447_9835_4db24c99e8ed["windowUpdateReadAfterGoAwaySentShouldBeIgnored()"]
  7c0b580c_3a1b_cdb3_bf02_2ffea3bbdffc["DefaultHttp2ConnectionDecoderTest"]
  08066beb_a588_8447_9835_4db24c99e8ed -->|defined in| 7c0b580c_3a1b_cdb3_bf02_2ffea3bbdffc
  e3fe7bb5_d1a7_ebe1_68ae_a75c0552db40["mockGoAwaySent()"]
  08066beb_a588_8447_9835_4db24c99e8ed -->|calls| e3fe7bb5_d1a7_ebe1_68ae_a75c0552db40
  style 08066beb_a588_8447_9835_4db24c99e8ed fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java lines 753–759

    @Test
    public void windowUpdateReadAfterGoAwaySentShouldBeIgnored() throws Exception {
        mockGoAwaySent();
        decode().onWindowUpdateRead(ctx, STREAM_ID, 10);
        verify(remoteFlow, never()).incrementWindowSize(any(Http2Stream.class), anyInt());
        verify(listener, never()).onWindowUpdateRead(eq(ctx), anyInt(), anyInt());
    }

Domain

Subdomains

Frequently Asked Questions

What does windowUpdateReadAfterGoAwaySentShouldBeIgnored() do?
windowUpdateReadAfterGoAwaySentShouldBeIgnored() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java.
Where is windowUpdateReadAfterGoAwaySentShouldBeIgnored() defined?
windowUpdateReadAfterGoAwaySentShouldBeIgnored() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java at line 753.
What does windowUpdateReadAfterGoAwaySentShouldBeIgnored() call?
windowUpdateReadAfterGoAwaySentShouldBeIgnored() calls 1 function(s): mockGoAwaySent.

Analyze Your Own Codebase

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

Try Supermodel Free