Home / Function/ testStreamClosedWhileParentStillActive() — netty Function Reference

testStreamClosedWhileParentStillActive() — netty Function Reference

Architecture documentation for the testStreamClosedWhileParentStillActive() function in Http3ControlStreamOutboundHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ab658a21_4d09_f196_6c3e_6629cc24244d["testStreamClosedWhileParentStillActive()"]
  96e94d38_9bbf_f4b3_6ef3_a1a498a9ad08["Http3ControlStreamOutboundHandlerTest"]
  ab658a21_4d09_f196_6c3e_6629cc24244d -->|defined in| 96e94d38_9bbf_f4b3_6ef3_a1a498a9ad08
  style ab658a21_4d09_f196_6c3e_6629cc24244d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java lines 64–71

    @ParameterizedTest(name = "{index}: server = {0}")
    @MethodSource("data")
    public void testStreamClosedWhileParentStillActive(boolean server) throws Exception {
        setUp(server);
        EmbeddedChannel channel = newStream(newHandler(server));
        assertFalse(channel.finish());
        verifyClose(1, Http3ErrorCode.H3_CLOSED_CRITICAL_STREAM, parent);
    }

Domain

Subdomains

Frequently Asked Questions

What does testStreamClosedWhileParentStillActive() do?
testStreamClosedWhileParentStillActive() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java.
Where is testStreamClosedWhileParentStillActive() defined?
testStreamClosedWhileParentStillActive() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java at line 64.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free