testPushStreamMaxPushIdFrameSentWithSameId() — netty Function Reference
Architecture documentation for the testPushStreamMaxPushIdFrameSentWithSameId() function in Http3UnidirectionalStreamInboundHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD aa16368c_db81_9514_0dc1_f7151525e610["testPushStreamMaxPushIdFrameSentWithSameId()"] 25ca3b24_17b0_d7c2_ddbd_1036d0071d78["Http3UnidirectionalStreamInboundHandlerTest"] aa16368c_db81_9514_0dc1_f7151525e610 -->|defined in| 25ca3b24_17b0_d7c2_ddbd_1036d0071d78 0b8b1912_5637_ceae_7341_bcee2775d1dd["testPushStream()"] aa16368c_db81_9514_0dc1_f7151525e610 -->|calls| 0b8b1912_5637_ceae_7341_bcee2775d1dd style aa16368c_db81_9514_0dc1_f7151525e610 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundHandlerTest.java lines 145–149
@ParameterizedTest(name = "{index}: server = {0}")
@ValueSource(booleans = {false, true})
public void testPushStreamMaxPushIdFrameSentWithSameId(boolean server) throws Exception {
testPushStream(server, 2);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testPushStreamMaxPushIdFrameSentWithSameId() do?
testPushStreamMaxPushIdFrameSentWithSameId() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundHandlerTest.java.
Where is testPushStreamMaxPushIdFrameSentWithSameId() defined?
testPushStreamMaxPushIdFrameSentWithSameId() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundHandlerTest.java at line 145.
What does testPushStreamMaxPushIdFrameSentWithSameId() call?
testPushStreamMaxPushIdFrameSentWithSameId() calls 1 function(s): testPushStream.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free