closeNow() — netty Function Reference
Architecture documentation for the closeNow() function in AbstractIoUringChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 5883137b_d798_3943_16d0_2c9bd6dec745["closeNow()"] 19011d76_ce85_4831_bbdf_3b21a88f2b1b["AbstractUringUnsafe"] 5883137b_d798_3943_16d0_2c9bd6dec745 -->|defined in| 19011d76_ce85_4831_bbdf_3b21a88f2b1b 8147a0ed_8013_83a9_479a_7347b58094a7["handleDelayedClosed()"] 8147a0ed_8013_83a9_479a_7347b58094a7 -->|calls| 5883137b_d798_3943_16d0_2c9bd6dec745 941f2659_0934_3a6d_3c64_960438f90518["close()"] 941f2659_0934_3a6d_3c64_960438f90518 -->|calls| 5883137b_d798_3943_16d0_2c9bd6dec745 941f2659_0934_3a6d_3c64_960438f90518["close()"] 5883137b_d798_3943_16d0_2c9bd6dec745 -->|calls| 941f2659_0934_3a6d_3c64_960438f90518 style 5883137b_d798_3943_16d0_2c9bd6dec745 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-classes-io_uring/src/main/java/io/netty/channel/uring/AbstractIoUringChannel.java lines 619–621
private void closeNow() {
super.close(newPromise(), delayedClose.cause, delayedClose.closeCause);
}
Domain
Subdomains
Defined In
Calls
Called By
Source
Frequently Asked Questions
What does closeNow() do?
closeNow() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/AbstractIoUringChannel.java.
Where is closeNow() defined?
closeNow() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/AbstractIoUringChannel.java at line 619.
What does closeNow() call?
closeNow() calls 1 function(s): close.
What calls closeNow()?
closeNow() is called by 2 function(s): close, handleDelayedClosed.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free