pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint() — netty Function Reference
Architecture documentation for the pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint() function in DefaultHttp2ConnectionDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 2abc777d_c94f_9090_0e02_71a558a652a4["pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint()"] 7c0b580c_3a1b_cdb3_bf02_2ffea3bbdffc["DefaultHttp2ConnectionDecoderTest"] 2abc777d_c94f_9090_0e02_71a558a652a4 -->|defined in| 7c0b580c_3a1b_cdb3_bf02_2ffea3bbdffc 28b2b7c9_8beb_d303_e32e_93d71db99fcd["mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()"] 2abc777d_c94f_9090_0e02_71a558a652a4 -->|calls| 28b2b7c9_8beb_d303_e32e_93d71db99fcd style 2abc777d_c94f_9090_0e02_71a558a652a4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java lines 699–705
@Test
public void pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint() throws Exception {
mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint();
decode().onPushPromiseRead(ctx, STREAM_ID, PUSH_STREAM_ID, EmptyHttp2Headers.INSTANCE, 0);
verify(remote).reservePushStream(anyInt(), any(Http2Stream.class));
verify(listener).onPushPromiseRead(eq(ctx), anyInt(), anyInt(), any(Http2Headers.class), anyInt());
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint() do?
pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java.
Where is pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint() defined?
pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java at line 699.
What does pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint() call?
pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint() calls 1 function(s): mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free