serverCreatePushShouldSucceedOnLocalEndpointWhenMaxAllowedStreamsExceeded() — netty Function Reference
Architecture documentation for the serverCreatePushShouldSucceedOnLocalEndpointWhenMaxAllowedStreamsExceeded() function in DefaultHttp2ConnectionTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD aec1f5c7_d4e8_a6f2_d6db_d3271dc07b1e["serverCreatePushShouldSucceedOnLocalEndpointWhenMaxAllowedStreamsExceeded()"] 8ad19b2d_97df_9c7f_e36e_ed43457889f2["DefaultHttp2ConnectionTest"] aec1f5c7_d4e8_a6f2_d6db_d3271dc07b1e -->|defined in| 8ad19b2d_97df_9c7f_e36e_ed43457889f2 style aec1f5c7_d4e8_a6f2_d6db_d3271dc07b1e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionTest.java lines 445–451
@Test
public void serverCreatePushShouldSucceedOnLocalEndpointWhenMaxAllowedStreamsExceeded() throws Http2Exception {
server = new DefaultHttp2Connection(true, 0);
server.local().maxActiveStreams(1);
Http2Stream requestStream = server.remote().createStream(3, false);
assertNotNull(server.local().reservePushStream(2, requestStream));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does serverCreatePushShouldSucceedOnLocalEndpointWhenMaxAllowedStreamsExceeded() do?
serverCreatePushShouldSucceedOnLocalEndpointWhenMaxAllowedStreamsExceeded() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionTest.java.
Where is serverCreatePushShouldSucceedOnLocalEndpointWhenMaxAllowedStreamsExceeded() defined?
serverCreatePushShouldSucceedOnLocalEndpointWhenMaxAllowedStreamsExceeded() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionTest.java at line 445.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free