fireInputShutdownEvents() — netty Function Reference
Architecture documentation for the fireInputShutdownEvents() function in EmbeddedQuicStreamChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 6b11c968_0574_ab72_dc45_fa182825001d["fireInputShutdownEvents()"] 2d34325c_8fee_a954_938b_a19a27c3e0a4["EmbeddedQuicStreamChannel"] 6b11c968_0574_ab72_dc45_fa182825001d -->|defined in| 2d34325c_8fee_a954_938b_a19a27c3e0a4 9f9cc754_21a7_21ca_52fd_3e3d6308c5d2["writeInboundWithFin()"] 9f9cc754_21a7_21ca_52fd_3e3d6308c5d2 -->|calls| 6b11c968_0574_ab72_dc45_fa182825001d 6e0f29d2_44fa_4b35_dc23_c7b246910957["writeInboundFin()"] 6e0f29d2_44fa_4b35_dc23_c7b246910957 -->|calls| 6b11c968_0574_ab72_dc45_fa182825001d style 6b11c968_0574_ab72_dc45_fa182825001d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/EmbeddedQuicStreamChannel.java lines 83–86
private void fireInputShutdownEvents() {
pipeline().fireUserEventTriggered(ChannelInputShutdownEvent.INSTANCE);
pipeline().fireUserEventTriggered(ChannelInputShutdownReadComplete.INSTANCE);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does fireInputShutdownEvents() do?
fireInputShutdownEvents() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/EmbeddedQuicStreamChannel.java.
Where is fireInputShutdownEvents() defined?
fireInputShutdownEvents() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/EmbeddedQuicStreamChannel.java at line 83.
What calls fireInputShutdownEvents()?
fireInputShutdownEvents() is called by 2 function(s): writeInboundFin, writeInboundWithFin.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free