doClose() — netty Function Reference
Architecture documentation for the doClose() function in EmbeddedChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c55c556e_f51b_52ee_4371_9aae50ecd7e4["doClose()"] 0bb3a58a_67ea_3870_31f9_00e0edf95132["EmbeddedChannel"] c55c556e_f51b_52ee_4371_9aae50ecd7e4 -->|defined in| 0bb3a58a_67ea_3870_31f9_00e0edf95132 b75f70c6_3fd5_ee1e_aa42_6fb4614cf67a["doDisconnect()"] b75f70c6_3fd5_ee1e_aa42_6fb4614cf67a -->|calls| c55c556e_f51b_52ee_4371_9aae50ecd7e4 style c55c556e_f51b_52ee_4371_9aae50ecd7e4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/main/java/io/netty/channel/embedded/EmbeddedChannel.java lines 1016–1019
@Override
protected void doClose() throws Exception {
state = State.CLOSED;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does doClose() do?
doClose() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/embedded/EmbeddedChannel.java.
Where is doClose() defined?
doClose() is defined in transport/src/main/java/io/netty/channel/embedded/EmbeddedChannel.java at line 1016.
What calls doClose()?
doClose() is called by 1 function(s): doDisconnect.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free