Home / Function/ testRead1TrafficShapping() — netty Function Reference

testRead1TrafficShapping() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  fdb11d66_dc79_d514_44e8_a61532e04b5c["testRead1TrafficShapping()"]
  89b0606a_219d_4de0_ef55_0f86426aafb3["TrafficShapingHandlerTest"]
  fdb11d66_dc79_d514_44e8_a61532e04b5c -->|defined in| 89b0606a_219d_4de0_ef55_0f86426aafb3
  fde649a6_c64f_d508_d230_6f38967ee20e["computeWaitRead()"]
  fdb11d66_dc79_d514_44e8_a61532e04b5c -->|calls| fde649a6_c64f_d508_d230_6f38967ee20e
  15b5a759_6f92_1fc8_4003_b9bc533f45d2["testTrafficShapping0()"]
  fdb11d66_dc79_d514_44e8_a61532e04b5c -->|calls| 15b5a759_6f92_1fc8_4003_b9bc533f45d2
  style fdb11d66_dc79_d514_44e8_a61532e04b5c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java lines 212–223

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

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free