testReadTrafficShapping() — netty Function Reference
Architecture documentation for the testReadTrafficShapping() function in TrafficShapingHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 843703ca_65b2_ba15_f670_303f35ddecc5["testReadTrafficShapping()"] 89b0606a_219d_4de0_ef55_0f86426aafb3["TrafficShapingHandlerTest"] 843703ca_65b2_ba15_f670_303f35ddecc5 -->|defined in| 89b0606a_219d_4de0_ef55_0f86426aafb3 fde649a6_c64f_d508_d230_6f38967ee20e["computeWaitRead()"] 843703ca_65b2_ba15_f670_303f35ddecc5 -->|calls| fde649a6_c64f_d508_d230_6f38967ee20e 15b5a759_6f92_1fc8_4003_b9bc533f45d2["testTrafficShapping0()"] 843703ca_65b2_ba15_f670_303f35ddecc5 -->|calls| 15b5a759_6f92_1fc8_4003_b9bc533f45d2 style 843703ca_65b2_ba15_f670_303f35ddecc5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java lines 172–183
@Test
@Timeout(value = 10000, unit = TimeUnit.MILLISECONDS)
public void testReadTrafficShapping(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 {
testReadTrafficShapping(serverBootstrap, bootstrap);
}
});
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testReadTrafficShapping() do?
testReadTrafficShapping() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java.
Where is testReadTrafficShapping() defined?
testReadTrafficShapping() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java at line 172.
What does testReadTrafficShapping() call?
testReadTrafficShapping() 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