testWriteGlobalTrafficShapping() — netty Function Reference
Architecture documentation for the testWriteGlobalTrafficShapping() function in TrafficShapingHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 7ded4b52_9519_7f3a_7191_52cc1c988916["testWriteGlobalTrafficShapping()"] 89b0606a_219d_4de0_ef55_0f86426aafb3["TrafficShapingHandlerTest"] 7ded4b52_9519_7f3a_7191_52cc1c988916 -->|defined in| 89b0606a_219d_4de0_ef55_0f86426aafb3 8ee7ab04_b410_2f74_f09b_3dbbf45ba780["computeWaitWrite()"] 7ded4b52_9519_7f3a_7191_52cc1c988916 -->|calls| 8ee7ab04_b410_2f74_f09b_3dbbf45ba780 15b5a759_6f92_1fc8_4003_b9bc533f45d2["testTrafficShapping0()"] 7ded4b52_9519_7f3a_7191_52cc1c988916 -->|calls| 15b5a759_6f92_1fc8_4003_b9bc533f45d2 style 7ded4b52_9519_7f3a_7191_52cc1c988916 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java lines 232–243
@Test
@Timeout(value = 10000, unit = TimeUnit.MILLISECONDS)
public void testWriteGlobalTrafficShapping(TestInfo testInfo) throws Throwable {
currentTestName = "TEST GLOBAL WRITE";
currentTestRun = 0;
run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
@Override
public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
testWriteGlobalTrafficShapping(serverBootstrap, bootstrap);
}
});
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testWriteGlobalTrafficShapping() do?
testWriteGlobalTrafficShapping() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java.
Where is testWriteGlobalTrafficShapping() defined?
testWriteGlobalTrafficShapping() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java at line 232.
What does testWriteGlobalTrafficShapping() call?
testWriteGlobalTrafficShapping() calls 2 function(s): computeWaitWrite, testTrafficShapping0.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free