testReadGlobalTrafficShapping() — netty Function Reference
Architecture documentation for the testReadGlobalTrafficShapping() function in TrafficShapingHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8cef2b65_a06b_da07_a37a_93b6875460a4["testReadGlobalTrafficShapping()"] 89b0606a_219d_4de0_ef55_0f86426aafb3["TrafficShapingHandlerTest"] 8cef2b65_a06b_da07_a37a_93b6875460a4 -->|defined in| 89b0606a_219d_4de0_ef55_0f86426aafb3 fde649a6_c64f_d508_d230_6f38967ee20e["computeWaitRead()"] 8cef2b65_a06b_da07_a37a_93b6875460a4 -->|calls| fde649a6_c64f_d508_d230_6f38967ee20e 15b5a759_6f92_1fc8_4003_b9bc533f45d2["testTrafficShapping0()"] 8cef2b65_a06b_da07_a37a_93b6875460a4 -->|calls| 15b5a759_6f92_1fc8_4003_b9bc533f45d2 style 8cef2b65_a06b_da07_a37a_93b6875460a4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java lines 252–263
@Test
@Timeout(value = 10000, unit = TimeUnit.MILLISECONDS)
public void testReadGlobalTrafficShapping(TestInfo testInfo) throws Throwable {
currentTestName = "TEST GLOBAL READ";
currentTestRun = 0;
run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
@Override
public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
testReadGlobalTrafficShapping(serverBootstrap, bootstrap);
}
});
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testReadGlobalTrafficShapping() do?
testReadGlobalTrafficShapping() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java.
Where is testReadGlobalTrafficShapping() defined?
testReadGlobalTrafficShapping() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java at line 252.
What does testReadGlobalTrafficShapping() call?
testReadGlobalTrafficShapping() 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