Home / Function/ streamClosed() — netty Function Reference

streamClosed() — netty Function Reference

Architecture documentation for the streamClosed() function in Http3ControlStreamInboundHandler.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 4

Entity Profile

Dependency Diagram

graph TD
  b8782597_9d58_5399_b503_13ddd6c30b3d["streamClosed()"]
  4b53bebf_0e3a_cf76_df02_11de8f793418["AbstractQPackStreamInitializer"]
  b8782597_9d58_5399_b503_13ddd6c30b3d -->|defined in| 4b53bebf_0e3a_cf76_df02_11de8f793418
  51397383_3a96_79a6_db65_f5cf6edf7c76["streamClosed()"]
  51397383_3a96_79a6_db65_f5cf6edf7c76 -->|calls| b8782597_9d58_5399_b503_13ddd6c30b3d
  0104bc48_cd0a_dd33_2939_1810f0eb74ae["streamClosed()"]
  0104bc48_cd0a_dd33_2939_1810f0eb74ae -->|calls| b8782597_9d58_5399_b503_13ddd6c30b3d
  1d74b42c_0a59_1c4f_c8b6_4c39c330d903["userEventTriggered()"]
  1d74b42c_0a59_1c4f_c8b6_4c39c330d903 -->|calls| b8782597_9d58_5399_b503_13ddd6c30b3d
  5c4ff6fe_bd8a_81fd_76c1_e0a1356f740a["channelInactive()"]
  5c4ff6fe_bd8a_81fd_76c1_e0a1356f740a -->|calls| b8782597_9d58_5399_b503_13ddd6c30b3d
  51397383_3a96_79a6_db65_f5cf6edf7c76["streamClosed()"]
  b8782597_9d58_5399_b503_13ddd6c30b3d -->|calls| 51397383_3a96_79a6_db65_f5cf6edf7c76
  style b8782597_9d58_5399_b503_13ddd6c30b3d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandler.java lines 267–267

        protected abstract void streamClosed(ChannelHandlerContext ctx);

Domain

Subdomains

Frequently Asked Questions

What does streamClosed() do?
streamClosed() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandler.java.
Where is streamClosed() defined?
streamClosed() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3ControlStreamInboundHandler.java at line 267.
What does streamClosed() call?
streamClosed() calls 1 function(s): streamClosed.
What calls streamClosed()?
streamClosed() is called by 4 function(s): channelInactive, streamClosed, streamClosed, userEventTriggered.

Analyze Your Own Codebase

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

Try Supermodel Free