Home / Function/ testExhaustedStreamId() — netty Function Reference

testExhaustedStreamId() — netty Function Reference

Architecture documentation for the testExhaustedStreamId() function in StreamBufferingEncoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  a66d6805_54e3_b2ba_6f09_f1636347cd2d["testExhaustedStreamId()"]
  b13b21e9_41cb_8feb_3534_f953823cad07["StreamBufferingEncoderTest"]
  a66d6805_54e3_b2ba_6f09_f1636347cd2d -->|defined in| b13b21e9_41cb_8feb_3534_f953823cad07
  f95ba28f_4380_1e1b_7a8e_102f524e4559["testStreamId()"]
  a66d6805_54e3_b2ba_6f09_f1636347cd2d -->|calls| f95ba28f_4380_1e1b_7a8e_102f524e4559
  style a66d6805_54e3_b2ba_6f09_f1636347cd2d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/StreamBufferingEncoderTest.java lines 511–515

    @Test
    public void testExhaustedStreamId() throws Http2Exception {
        testStreamId(Integer.MAX_VALUE - 2);
        testStreamId(connection.local().incrementAndGetNextStreamId());
    }

Domain

Subdomains

Frequently Asked Questions

What does testExhaustedStreamId() do?
testExhaustedStreamId() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/StreamBufferingEncoderTest.java.
Where is testExhaustedStreamId() defined?
testExhaustedStreamId() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/StreamBufferingEncoderTest.java at line 511.
What does testExhaustedStreamId() call?
testExhaustedStreamId() calls 1 function(s): testStreamId.

Analyze Your Own Codebase

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

Try Supermodel Free