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