disconnect() — netty Function Reference
Architecture documentation for the disconnect() function in SslHandler.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 55fc1fa0_09b4_6a1d_6cb5_2f2eae58c628["disconnect()"] d8b07a7c_44f8_c4e9_efe8_49bfae7d4af1["SslHandler"] 55fc1fa0_09b4_6a1d_6cb5_2f2eae58c628 -->|defined in| d8b07a7c_44f8_c4e9_efe8_49bfae7d4af1 22b36647_11f2_7260_1e39_2e07c2db7166["closeOutboundAndChannel()"] 22b36647_11f2_7260_1e39_2e07c2db7166 -->|calls| 55fc1fa0_09b4_6a1d_6cb5_2f2eae58c628 22b36647_11f2_7260_1e39_2e07c2db7166["closeOutboundAndChannel()"] 55fc1fa0_09b4_6a1d_6cb5_2f2eae58c628 -->|calls| 22b36647_11f2_7260_1e39_2e07c2db7166 style 55fc1fa0_09b4_6a1d_6cb5_2f2eae58c628 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/main/java/io/netty/handler/ssl/SslHandler.java lines 765–769
@Override
public void disconnect(final ChannelHandlerContext ctx,
final ChannelPromise promise) throws Exception {
closeOutboundAndChannel(ctx, promise, true);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does disconnect() do?
disconnect() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/ssl/SslHandler.java.
Where is disconnect() defined?
disconnect() is defined in handler/src/main/java/io/netty/handler/ssl/SslHandler.java at line 765.
What does disconnect() call?
disconnect() calls 1 function(s): closeOutboundAndChannel.
What calls disconnect()?
disconnect() is called by 1 function(s): closeOutboundAndChannel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free