Home / Function/ waitForShutdown() — netty Function Reference

waitForShutdown() — netty Function Reference

Architecture documentation for the waitForShutdown() function in UDTClientServerConnectionTest.java from the netty codebase.

Function java Buffer Search calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  6b262873_d5f3_7d06_8c3b_8f45cad9f1bf["waitForShutdown()"]
  89c0e406_7a8e_03fe_792e_9782b3deaad6["Server"]
  6b262873_d5f3_7d06_8c3b_8f45cad9f1bf -->|defined in| 89c0e406_7a8e_03fe_792e_9782b3deaad6
  7fa79a1b_ae98_238d_3bad_3ee06c5941a6["waitForShutdown()"]
  7fa79a1b_ae98_238d_3bad_3ee06c5941a6 -->|calls| 6b262873_d5f3_7d06_8c3b_8f45cad9f1bf
  098a2fa4_b848_c4c1_4779_df3351dcad97["connection()"]
  098a2fa4_b848_c4c1_4779_df3351dcad97 -->|calls| 6b262873_d5f3_7d06_8c3b_8f45cad9f1bf
  7fa79a1b_ae98_238d_3bad_3ee06c5941a6["waitForShutdown()"]
  6b262873_d5f3_7d06_8c3b_8f45cad9f1bf -->|calls| 7fa79a1b_ae98_238d_3bad_3ee06c5941a6
  style 6b262873_d5f3_7d06_8c3b_8f45cad9f1bf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/udt/UDTClientServerConnectionTest.java lines 273–280

        void waitForShutdown() throws Exception {
            for (int k = 0; k < WAIT_COUNT; k++) {
                if (isShutdown) {
                    return;
                }
                Thread.sleep(WAIT_SLEEP);
            }
        }

Domain

Subdomains

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 273.
What does waitForShutdown() call?
waitForShutdown() calls 1 function(s): waitForShutdown.
What calls waitForShutdown()?
waitForShutdown() is called by 2 function(s): connection, waitForShutdown.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free