waitForShutdown() — netty Function Reference
Architecture documentation for the waitForShutdown() function in UDTClientServerConnectionTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 7fa79a1b_ae98_238d_3bad_3ee06c5941a6["waitForShutdown()"] 04943c9a_8ea1_0974_cf09_4ca1510eeef0["Client"] 7fa79a1b_ae98_238d_3bad_3ee06c5941a6 -->|defined in| 04943c9a_8ea1_0974_cf09_4ca1510eeef0 6b262873_d5f3_7d06_8c3b_8f45cad9f1bf["waitForShutdown()"] 6b262873_d5f3_7d06_8c3b_8f45cad9f1bf -->|calls| 7fa79a1b_ae98_238d_3bad_3ee06c5941a6 6b262873_d5f3_7d06_8c3b_8f45cad9f1bf["waitForShutdown()"] 7fa79a1b_ae98_238d_3bad_3ee06c5941a6 -->|calls| 6b262873_d5f3_7d06_8c3b_8f45cad9f1bf style 7fa79a1b_ae98_238d_3bad_3ee06c5941a6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/udt/UDTClientServerConnectionTest.java lines 137–144
private void waitForShutdown() throws Exception {
for (int k = 0; k < WAIT_COUNT; k++) {
if (isShutdown) {
return;
}
Thread.sleep(WAIT_SLEEP);
}
}
Domain
Subdomains
Defined In
Calls
Called By
Source
Frequently Asked Questions
What does waitForShutdown() do?
waitForShutdown() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/udt/UDTClientServerConnectionTest.java.
Where is waitForShutdown() defined?
waitForShutdown() is defined in testsuite/src/main/java/io/netty/testsuite/transport/udt/UDTClientServerConnectionTest.java at line 137.
What does waitForShutdown() call?
waitForShutdown() calls 1 function(s): waitForShutdown.
What calls waitForShutdown()?
waitForShutdown() is called by 1 function(s): waitForShutdown.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free