Home / Function/ testControlStream() — netty Function Reference

testControlStream() — netty Function Reference

Architecture documentation for the testControlStream() function in Http3UnidirectionalStreamInboundHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  91996be4_48d6_837c_e776_be28e2388c80["testControlStream()"]
  25ca3b24_17b0_d7c2_ddbd_1036d0071d78["Http3UnidirectionalStreamInboundHandlerTest"]
  91996be4_48d6_837c_e776_be28e2388c80 -->|defined in| 25ca3b24_17b0_d7c2_ddbd_1036d0071d78
  9bb3a719_0678_c8b6_ba9d_662698a1170f["testStreamSetup()"]
  91996be4_48d6_837c_e776_be28e2388c80 -->|calls| 9bb3a719_0678_c8b6_ba9d_662698a1170f
  style 91996be4_48d6_837c_e776_be28e2388c80 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundHandlerTest.java lines 205–209

    @ParameterizedTest(name = "{index}: server = {0}")
    @ValueSource(booleans = {false, true})
    public void testControlStream(boolean server) throws Exception {
        testStreamSetup(server, HTTP3_CONTROL_STREAM_TYPE, Http3ControlStreamInboundHandler.class, true);
    }

Domain

Subdomains

Frequently Asked Questions

What does testControlStream() do?
testControlStream() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundHandlerTest.java.
Where is testControlStream() defined?
testControlStream() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundHandlerTest.java at line 205.
What does testControlStream() call?
testControlStream() calls 1 function(s): testStreamSetup.

Analyze Your Own Codebase

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

Try Supermodel Free