isShuttingDown() — netty Function Reference
Architecture documentation for the isShuttingDown() function in ManualIoEventLoop.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD d8560c28_a723_319b_2fa5_b340e2554ead["isShuttingDown()"] 6e8a7bbd_d782_0f59_8bd2_22f815f8ecad["ManualIoEventLoop"] d8560c28_a723_319b_2fa5_b340e2554ead -->|defined in| 6e8a7bbd_d782_0f59_8bd2_22f815f8ecad 5047d6fd_705b_2516_f43b_43d0d4eed8f0["run()"] 5047d6fd_705b_2516_f43b_43d0d4eed8f0 -->|calls| d8560c28_a723_319b_2fa5_b340e2554ead 5c67a711_94d8_0c2e_2269_2064aba35491["wakeup()"] 5c67a711_94d8_0c2e_2269_2064aba35491 -->|calls| d8560c28_a723_319b_2fa5_b340e2554ead e1e5f93b_8032_a6be_b50a_57de4dda53f9["shutdown0()"] e1e5f93b_8032_a6be_b50a_57de4dda53f9 -->|calls| d8560c28_a723_319b_2fa5_b340e2554ead eb3c0e75_ca52_c8d2_04c6_92c2e500b077["confirmShutdown()"] eb3c0e75_ca52_c8d2_04c6_92c2e500b077 -->|calls| d8560c28_a723_319b_2fa5_b340e2554ead style d8560c28_a723_319b_2fa5_b340e2554ead fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/main/java/io/netty/channel/ManualIoEventLoop.java lines 505–508
@Override
public final boolean isShuttingDown() {
return state.get() >= ST_SHUTTING_DOWN;
}
Domain
Subdomains
Source
Frequently Asked Questions
What does isShuttingDown() do?
isShuttingDown() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/ManualIoEventLoop.java.
Where is isShuttingDown() defined?
isShuttingDown() is defined in transport/src/main/java/io/netty/channel/ManualIoEventLoop.java at line 505.
What calls isShuttingDown()?
isShuttingDown() is called by 4 function(s): confirmShutdown, run, shutdown0, wakeup.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free