Home / Function/ disconnect() — netty Function Reference

disconnect() — netty Function Reference

Architecture documentation for the disconnect() function in AbstractHttp2StreamChannel.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  4e96b604_607e_2027_3ab1_e03e1cedcbdd["disconnect()"]
  2656dcfe_5cdb_7c7d_bc25_312393fe2e05["Http2ChannelUnsafe"]
  4e96b604_607e_2027_3ab1_e03e1cedcbdd -->|defined in| 2656dcfe_5cdb_7c7d_bc25_312393fe2e05
  d1852798_fa63_e599_ba38_fd438d68223e["ChannelFuture()"]
  d1852798_fa63_e599_ba38_fd438d68223e -->|calls| 4e96b604_607e_2027_3ab1_e03e1cedcbdd
  215b8316_feb5_500b_88f8_49eff0eac336["close()"]
  4e96b604_607e_2027_3ab1_e03e1cedcbdd -->|calls| 215b8316_feb5_500b_88f8_49eff0eac336
  style 4e96b604_607e_2027_3ab1_e03e1cedcbdd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java lines 698–701

        @Override
        public void disconnect(ChannelPromise promise) {
            close(promise);
        }

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does disconnect() do?
disconnect() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java.
Where is disconnect() defined?
disconnect() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java at line 698.
What does disconnect() call?
disconnect() calls 1 function(s): close.
What calls disconnect()?
disconnect() is called by 1 function(s): ChannelFuture.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free