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