Home / Function/ testAutoReadGlobalTrafficShapping() — netty Function Reference

testAutoReadGlobalTrafficShapping() — netty Function Reference

Architecture documentation for the testAutoReadGlobalTrafficShapping() function in TrafficShapingHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  429979ff_3ffe_c204_17e9_e457124e234a["testAutoReadGlobalTrafficShapping()"]
  89b0606a_219d_4de0_ef55_0f86426aafb3["TrafficShapingHandlerTest"]
  429979ff_3ffe_c204_17e9_e457124e234a -->|defined in| 89b0606a_219d_4de0_ef55_0f86426aafb3
  3e493cbd_07b8_9344_786f_99b3effadf54["computeWaitAutoRead()"]
  429979ff_3ffe_c204_17e9_e457124e234a -->|calls| 3e493cbd_07b8_9344_786f_99b3effadf54
  15b5a759_6f92_1fc8_4003_b9bc533f45d2["testTrafficShapping0()"]
  429979ff_3ffe_c204_17e9_e457124e234a -->|calls| 15b5a759_6f92_1fc8_4003_b9bc533f45d2
  style 429979ff_3ffe_c204_17e9_e457124e234a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java lines 293–304

    @Test
    @Timeout(value = 10000, unit = TimeUnit.MILLISECONDS)
    public void testAutoReadGlobalTrafficShapping(TestInfo testInfo) throws Throwable {
        currentTestName = "TEST AUTO READ GLOBAL";
        currentTestRun = 0;
        run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            @Override
            public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
                testAutoReadGlobalTrafficShapping(serverBootstrap, bootstrap);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testAutoReadGlobalTrafficShapping() do?
testAutoReadGlobalTrafficShapping() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java.
Where is testAutoReadGlobalTrafficShapping() defined?
testAutoReadGlobalTrafficShapping() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java at line 293.
What does testAutoReadGlobalTrafficShapping() call?
testAutoReadGlobalTrafficShapping() calls 2 function(s): computeWaitAutoRead, testTrafficShapping0.

Analyze Your Own Codebase

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

Try Supermodel Free