Home / Function/ invalidParentStreamIdThrows() — netty Function Reference

invalidParentStreamIdThrows() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java lines 911–919

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

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free