Home / Function/ testNotLimitPing() — netty Function Reference

testNotLimitPing() — netty Function Reference

Architecture documentation for the testNotLimitPing() function in Http2ControlFrameLimitEncoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  9ef3c52a_6831_b7ca_1cc3_f584c46c63c0["testNotLimitPing()"]
  22de4aca_61e4_e560_8713_527c2b02db9e["Http2ControlFrameLimitEncoderTest"]
  9ef3c52a_6831_b7ca_1cc3_f584c46c63c0 -->|defined in| 22de4aca_61e4_e560_8713_527c2b02db9e
  47fd1fb2_be80_9cc4_d23f_053ecbef3394["verifyFlushAndClose()"]
  9ef3c52a_6831_b7ca_1cc3_f584c46c63c0 -->|calls| 47fd1fb2_be80_9cc4_d23f_053ecbef3394
  style 9ef3c52a_6831_b7ca_1cc3_f584c46c63c0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2ControlFrameLimitEncoderTest.java lines 222–230

    @Test
    public void testNotLimitPing() {
        assertTrue(encoder.writePing(ctx, false, 8, newPromise()).isSuccess());
        assertTrue(encoder.writePing(ctx, false, 8, newPromise()).isSuccess());
        assertTrue(encoder.writePing(ctx, false, 8, newPromise()).isSuccess());
        assertTrue(encoder.writePing(ctx, false, 8, newPromise()).isSuccess());

        verifyFlushAndClose(0, false);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free