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