testHttp3GoAwayFrame_1073741823() — netty Function Reference
Architecture documentation for the testHttp3GoAwayFrame_1073741823() function in Http3FrameCodecTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c0d8b342_34f5_db12_6631_a98ee325a4a4["testHttp3GoAwayFrame_1073741823()"] 5690f307_9248_ec29_2c84_6839dbcdc179["Http3FrameCodecTest"] c0d8b342_34f5_db12_6631_a98ee325a4a4 -->|defined in| 5690f307_9248_ec29_2c84_6839dbcdc179 f172e438_95aa_794a_73ee_b2131dfe9d18["setUp()"] c0d8b342_34f5_db12_6631_a98ee325a4a4 -->|calls| f172e438_95aa_794a_73ee_b2131dfe9d18 b1ff5de9_9ca0_35d9_9bc2_5d0d9a917169["testFrameEncodedAndDecoded()"] c0d8b342_34f5_db12_6631_a98ee325a4a4 -->|calls| b1ff5de9_9ca0_35d9_9bc2_5d0d9a917169 style c0d8b342_34f5_db12_6631_a98ee325a4a4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java lines 229–236
@ParameterizedTest(name = "{index}: fragmented = {0}, maxBlockedStreams = {1}, delayQpackStreams = {2}")
@MethodSource("data")
public void testHttp3GoAwayFrame_1073741823(boolean fragmented,
int maxBlockedStreams, boolean delayQpackStreams) throws Exception {
setUp(maxBlockedStreams, delayQpackStreams);
testFrameEncodedAndDecoded(
fragmented, maxBlockedStreams, delayQpackStreams, new DefaultHttp3GoAwayFrame(1073741823));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testHttp3GoAwayFrame_1073741823() do?
testHttp3GoAwayFrame_1073741823() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java.
Where is testHttp3GoAwayFrame_1073741823() defined?
testHttp3GoAwayFrame_1073741823() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3FrameCodecTest.java at line 229.
What does testHttp3GoAwayFrame_1073741823() call?
testHttp3GoAwayFrame_1073741823() calls 2 function(s): setUp, testFrameEncodedAndDecoded.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free