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