Home / Function/ newStreamNotForClientShouldThrow() — netty Function Reference

newStreamNotForClientShouldThrow() — netty Function Reference

Architecture documentation for the newStreamNotForClientShouldThrow() function in DefaultHttp2ConnectionTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  a917a26b_20e6_6d21_0fd2_11799690f9a5["newStreamNotForClientShouldThrow()"]
  8ad19b2d_97df_9c7f_e36e_ed43457889f2["DefaultHttp2ConnectionTest"]
  a917a26b_20e6_6d21_0fd2_11799690f9a5 -->|defined in| 8ad19b2d_97df_9c7f_e36e_ed43457889f2
  style a917a26b_20e6_6d21_0fd2_11799690f9a5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionTest.java lines 398–406

    @Test
    public void newStreamNotForClientShouldThrow() throws Http2Exception {
        assertThrows(Http2Exception.class, new Executable() {
            @Override
            public void execute() throws Throwable {
                client.local().createStream(10, true);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free