closeAll() — netty Function Reference
Architecture documentation for the closeAll() function in ReferenceCountedOpenSslEngine.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a8911f03_7846_4c48_375e_75acd519b8f2["closeAll()"] df1ad81e_e5bf_85e6_4418_db301b4c3e66["ReferenceCountedOpenSslEngine"] a8911f03_7846_4c48_375e_75acd519b8f2 -->|defined in| df1ad81e_e5bf_85e6_4418_db301b4c3e66 9f77679b_188a_ea47_0bb0_025af752e7f4["SSLEngineResult()"] 9f77679b_188a_ea47_0bb0_025af752e7f4 -->|calls| a8911f03_7846_4c48_375e_75acd519b8f2 c857de21_33d9_bee3_7859_4a5480ea5cf5["closeOutbound()"] a8911f03_7846_4c48_375e_75acd519b8f2 -->|calls| c857de21_33d9_bee3_7859_4a5480ea5cf5 9b3e5989_899b_5eb0_0d24_39c13fe87203["closeInbound()"] a8911f03_7846_4c48_375e_75acd519b8f2 -->|calls| 9b3e5989_899b_5eb0_0d24_39c13fe87203 style a8911f03_7846_4c48_375e_75acd519b8f2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ssl/ReferenceCountedOpenSslEngine.java lines 1438–1442
private void closeAll() throws SSLException {
receivedShutdown = true;
closeOutbound();
closeInbound();
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does closeAll() do?
closeAll() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/ReferenceCountedOpenSslEngine.java.
Where is closeAll() defined?
closeAll() is defined in handler/src/main/java/io/netty/handler/ssl/ReferenceCountedOpenSslEngine.java at line 1438.
What does closeAll() call?
closeAll() calls 2 function(s): closeInbound, closeOutbound.
What calls closeAll()?
closeAll() is called by 1 function(s): SSLEngineResult.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free