Home / Function/ goAwaySentShouldAllowLocalCreation() — netty Function Reference

goAwaySentShouldAllowLocalCreation() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionTest.java lines 494–498

    @Test
    public void goAwaySentShouldAllowLocalCreation() throws Http2Exception {
        server.goAwaySent(0, 1L, Unpooled.EMPTY_BUFFER);
        server.local().createStream(2, true);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free