Home / Function/ connectionChildStreamIdThrows() — netty Function Reference

connectionChildStreamIdThrows() — netty Function Reference

Architecture documentation for the connectionChildStreamIdThrows() function in DefaultHttp2RemoteFlowControllerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b68d8be5_b2f4_eece_f6a1_7077ea9a942c["connectionChildStreamIdThrows()"]
  f8fd7697_92d4_6455_4dd8_09a33ac81a6f["DefaultHttp2RemoteFlowControllerTest"]
  b68d8be5_b2f4_eece_f6a1_7077ea9a942c -->|defined in| f8fd7697_92d4_6455_4dd8_09a33ac81a6f
  style b68d8be5_b2f4_eece_f6a1_7077ea9a942c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java lines 931–939

    @Test
    public void connectionChildStreamIdThrows() {
        assertThrows(AssertionError.class, new Executable() {
            @Override
            public void execute() throws Throwable {
                controller.updateDependencyTree(0, STREAM_D, DEFAULT_PRIORITY_WEIGHT, true);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does connectionChildStreamIdThrows() do?
connectionChildStreamIdThrows() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java.
Where is connectionChildStreamIdThrows() defined?
connectionChildStreamIdThrows() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java at line 931.

Analyze Your Own Codebase

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

Try Supermodel Free