closeForcibly() — netty Function Reference
Architecture documentation for the closeForcibly() function in AbstractHttp2StreamChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8a1829a9_4ff0_0fdc_6f6f_98fc1f844f84["closeForcibly()"] 2656dcfe_5cdb_7c7d_bc25_312393fe2e05["Http2ChannelUnsafe"] 8a1829a9_4ff0_0fdc_6f6f_98fc1f844f84 -->|defined in| 2656dcfe_5cdb_7c7d_bc25_312393fe2e05 8c7ec287_e512_c36c_39d6_33286068a273["doBeginRead()"] 8c7ec287_e512_c36c_39d6_33286068a273 -->|calls| 8a1829a9_4ff0_0fdc_6f6f_98fc1f844f84 4373f9ff_b341_55e0_625c_45e60ac17922["notifyReadComplete()"] 4373f9ff_b341_55e0_625c_45e60ac17922 -->|calls| 8a1829a9_4ff0_0fdc_6f6f_98fc1f844f84 f8ca9f49_0ec8_5096_d939_1871f523b5a4["firstWriteComplete()"] f8ca9f49_0ec8_5096_d939_1871f523b5a4 -->|calls| 8a1829a9_4ff0_0fdc_6f6f_98fc1f844f84 32a7a18d_d75e_ca41_7a57_2a5032b066d3["writeComplete()"] 32a7a18d_d75e_ca41_7a57_2a5032b066d3 -->|calls| 8a1829a9_4ff0_0fdc_6f6f_98fc1f844f84 215b8316_feb5_500b_88f8_49eff0eac336["close()"] 8a1829a9_4ff0_0fdc_6f6f_98fc1f844f84 -->|calls| 215b8316_feb5_500b_88f8_49eff0eac336 style 8a1829a9_4ff0_0fdc_6f6f_98fc1f844f84 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java lines 769–772
@Override
public void closeForcibly() {
close(unsafe().voidPromise());
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does closeForcibly() do?
closeForcibly() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java.
Where is closeForcibly() defined?
closeForcibly() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java at line 769.
What does closeForcibly() call?
closeForcibly() calls 1 function(s): close.
What calls closeForcibly()?
closeForcibly() is called by 4 function(s): doBeginRead, firstWriteComplete, notifyReadComplete, writeComplete.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free