closeNow() — netty Function Reference
Architecture documentation for the closeNow() function in LocalServerChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a03406b5_df27_1667_b4b6_d4ad6e71b132["closeNow()"] 1e5507f3_cbae_2660_25bf_64da49a6f6d7["LocalServerUnsafe"] a03406b5_df27_1667_b4b6_d4ad6e71b132 -->|defined in| 1e5507f3_cbae_2660_25bf_64da49a6f6d7 2e758715_0380_1c96_83dd_c45b9ca6b3ff["close()"] a03406b5_df27_1667_b4b6_d4ad6e71b132 -->|calls| 2e758715_0380_1c96_83dd_c45b9ca6b3ff style a03406b5_df27_1667_b4b6_d4ad6e71b132 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/main/java/io/netty/channel/local/LocalServerChannel.java lines 249–252
@Override
public void closeNow() {
close(voidPromise());
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does closeNow() do?
closeNow() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/local/LocalServerChannel.java.
Where is closeNow() defined?
closeNow() is defined in transport/src/main/java/io/netty/channel/local/LocalServerChannel.java at line 249.
What does closeNow() call?
closeNow() calls 1 function(s): close.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free