testValidGoAwayFrame() — netty Function Reference
Architecture documentation for the testValidGoAwayFrame() function in Http3ControlStreamInboundHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 3d346ee5_acba_dac7_e502_63112e0501b7["testValidGoAwayFrame()"] 902435e9_3b03_3141_b560_3cdae4f30cb6["Http3ControlStreamInboundHandlerTest"] 3d346ee5_acba_dac7_e502_63112e0501b7 -->|defined in| 902435e9_3b03_3141_b560_3cdae4f30cb6 e80acb1e_888a_ce0b_e1f2_1f018c18226b["setUp()"] 3d346ee5_acba_dac7_e502_63112e0501b7 -->|calls| e80acb1e_888a_ce0b_e1f2_1f018c18226b 546e6143_8a55_dfb5_cac2_81725a9bb469["writeValidFrame()"] 3d346ee5_acba_dac7_e502_63112e0501b7 -->|calls| 546e6143_8a55_dfb5_cac2_81725a9bb469 style 3d346ee5_acba_dac7_e502_63112e0501b7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java lines 138–146
@ParameterizedTest(name = "{index}: server = {0}, forwardControlFrames = {1}")
@MethodSource("testData")
public void testValidGoAwayFrame(boolean server, boolean forwardControlFrames) throws Exception {
setUp(server);
EmbeddedChannel channel = newStream(server, forwardControlFrames);
writeValidFrame(forwardControlFrames, channel, new DefaultHttp3GoAwayFrame(0));
writeValidFrame(forwardControlFrames, channel, new DefaultHttp3GoAwayFrame(0));
assertFalse(channel.finish());
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does testValidGoAwayFrame() do?
testValidGoAwayFrame() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java.
Where is testValidGoAwayFrame() defined?
testValidGoAwayFrame() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandlerTest.java at line 138.
What does testValidGoAwayFrame() call?
testValidGoAwayFrame() calls 2 function(s): setUp, writeValidFrame.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free