checkCurrentThread() — netty Function Reference
Architecture documentation for the checkCurrentThread() function in ManualIoEventLoop.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 3e7e4a66_8309_6caf_79d2_0f675f55fea1["checkCurrentThread()"] 6e8a7bbd_d782_0f59_8bd2_22f815f8ecad["ManualIoEventLoop"] 3e7e4a66_8309_6caf_79d2_0f675f55fea1 -->|defined in| 6e8a7bbd_d782_0f59_8bd2_22f815f8ecad f1d6723d_11e8_2181_bfa8_0f815f8e8b73["runNow()"] f1d6723d_11e8_2181_bfa8_0f815f8e8b73 -->|calls| 3e7e4a66_8309_6caf_79d2_0f675f55fea1 5047d6fd_705b_2516_f43b_43d0d4eed8f0["run()"] 5047d6fd_705b_2516_f43b_43d0d4eed8f0 -->|calls| 3e7e4a66_8309_6caf_79d2_0f675f55fea1 cb229a6f_1187_05e7_0073_c0b824cf6ff7["inEventLoop()"] 3e7e4a66_8309_6caf_79d2_0f675f55fea1 -->|calls| cb229a6f_1187_05e7_0073_c0b824cf6ff7 style 3e7e4a66_8309_6caf_79d2_0f675f55fea1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/main/java/io/netty/channel/ManualIoEventLoop.java lines 342–346
private void checkCurrentThread() {
if (!inEventLoop(Thread.currentThread())) {
throw new IllegalStateException();
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does checkCurrentThread() do?
checkCurrentThread() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/ManualIoEventLoop.java.
Where is checkCurrentThread() defined?
checkCurrentThread() is defined in transport/src/main/java/io/netty/channel/ManualIoEventLoop.java at line 342.
What does checkCurrentThread() call?
checkCurrentThread() calls 1 function(s): inEventLoop.
What calls checkCurrentThread()?
checkCurrentThread() is called by 2 function(s): run, runNow.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free