onHttp2StreamStateChanged0() — netty Function Reference
Architecture documentation for the onHttp2StreamStateChanged0() function in Http2FrameCodec.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD ae5270ba_e1c6_12d5_8c23_cf01b234cd3b["onHttp2StreamStateChanged0()"] 4b2fbc3f_9c82_3a2e_120f_5e77269ad34c["ConnectionListener"] ae5270ba_e1c6_12d5_8c23_cf01b234cd3b -->|defined in| 4b2fbc3f_9c82_3a2e_120f_5e77269ad34c b49a8de2_9f2e_f0e5_2a64_ae2afafe077e["onStreamClosed()"] b49a8de2_9f2e_f0e5_2a64_ae2afafe077e -->|calls| ae5270ba_e1c6_12d5_8c23_cf01b234cd3b 4a1d1268_a020_ce2e_0b68_fcfc6d51e8bc["onStreamHalfClosed()"] 4a1d1268_a020_ce2e_0b68_fcfc6d51e8bc -->|calls| ae5270ba_e1c6_12d5_8c23_cf01b234cd3b 9fefcab4_88ed_edf0_2fb8_cefc7ab0ece5["onHttp2StreamStateChanged()"] ae5270ba_e1c6_12d5_8c23_cf01b234cd3b -->|calls| 9fefcab4_88ed_edf0_2fb8_cefc7ab0ece5 style ae5270ba_e1c6_12d5_8c23_cf01b234cd3b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameCodec.java lines 523–528
private void onHttp2StreamStateChanged0(Http2Stream stream) {
DefaultHttp2FrameStream stream2 = stream.getProperty(streamKey);
if (stream2 != null) {
onHttp2StreamStateChanged(ctx, stream2);
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does onHttp2StreamStateChanged0() do?
onHttp2StreamStateChanged0() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameCodec.java.
Where is onHttp2StreamStateChanged0() defined?
onHttp2StreamStateChanged0() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameCodec.java at line 523.
What does onHttp2StreamStateChanged0() call?
onHttp2StreamStateChanged0() calls 1 function(s): onHttp2StreamStateChanged.
What calls onHttp2StreamStateChanged0()?
onHttp2StreamStateChanged0() is called by 2 function(s): onStreamClosed, onStreamHalfClosed.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free