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