testGoAwayIdUseInvalidId() — netty Function Reference
Architecture documentation for the testGoAwayIdUseInvalidId() function in Http3ControlStreamOutboundHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 91d9f7f8_f3b2_d6af_0627_0e9254747d21["testGoAwayIdUseInvalidId()"] 96e94d38_9bbf_f4b3_6ef3_a1a498a9ad08["Http3ControlStreamOutboundHandlerTest"] 91d9f7f8_f3b2_d6af_0627_0e9254747d21 -->|defined in| 96e94d38_9bbf_f4b3_6ef3_a1a498a9ad08 8121e86a_b9a8_77de_f5e2_3e8ff94f93ab["writeInvalidFrame()"] 91d9f7f8_f3b2_d6af_0627_0e9254747d21 -->|calls| 8121e86a_b9a8_77de_f5e2_3e8ff94f93ab style 91d9f7f8_f3b2_d6af_0627_0e9254747d21 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java lines 111–121
@Test
public void testGoAwayIdUseInvalidId() throws Exception {
setUp(true);
parent.close().get();
// Let's mark the parent as inactive before we close as otherwise we will send a close frame.
EmbeddedChannel channel = newStream(newHandler(true));
writeInvalidFrame(Http3ErrorCode.H3_ID_ERROR, channel, new DefaultHttp3GoAwayFrame(2));
assertFalse(channel.finish());
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does testGoAwayIdUseInvalidId() do?
testGoAwayIdUseInvalidId() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java.
Where is testGoAwayIdUseInvalidId() defined?
testGoAwayIdUseInvalidId() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java at line 111.
What does testGoAwayIdUseInvalidId() call?
testGoAwayIdUseInvalidId() calls 1 function(s): writeInvalidFrame.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free