Home / Function/ invalidChildStreamIdThrows() — netty Function Reference

invalidChildStreamIdThrows() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java lines 921–929

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

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free