pushPromiseReadAfterGoAwaySentShouldBeIgnored() — netty Function Reference
Architecture documentation for the pushPromiseReadAfterGoAwaySentShouldBeIgnored() function in DefaultHttp2ConnectionDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8f57573e_2367_8133_2edd_a27afebac6ec["pushPromiseReadAfterGoAwaySentShouldBeIgnored()"] 7c0b580c_3a1b_cdb3_bf02_2ffea3bbdffc["DefaultHttp2ConnectionDecoderTest"] 8f57573e_2367_8133_2edd_a27afebac6ec -->|defined in| 7c0b580c_3a1b_cdb3_bf02_2ffea3bbdffc e3fe7bb5_d1a7_ebe1_68ae_a75c0552db40["mockGoAwaySent()"] 8f57573e_2367_8133_2edd_a27afebac6ec -->|calls| e3fe7bb5_d1a7_ebe1_68ae_a75c0552db40 style 8f57573e_2367_8133_2edd_a27afebac6ec fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java lines 691–697
@Test
public void pushPromiseReadAfterGoAwaySentShouldBeIgnored() throws Exception {
mockGoAwaySent();
decode().onPushPromiseRead(ctx, STREAM_ID, PUSH_STREAM_ID, EmptyHttp2Headers.INSTANCE, 0);
verify(remote, never()).reservePushStream(anyInt(), any(Http2Stream.class));
verify(listener, never()).onPushPromiseRead(eq(ctx), anyInt(), anyInt(), any(Http2Headers.class), anyInt());
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does pushPromiseReadAfterGoAwaySentShouldBeIgnored() do?
pushPromiseReadAfterGoAwaySentShouldBeIgnored() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java.
Where is pushPromiseReadAfterGoAwaySentShouldBeIgnored() defined?
pushPromiseReadAfterGoAwaySentShouldBeIgnored() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java at line 691.
What does pushPromiseReadAfterGoAwaySentShouldBeIgnored() call?
pushPromiseReadAfterGoAwaySentShouldBeIgnored() 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