onGoAwayRead() — netty Function Reference
Architecture documentation for the onGoAwayRead() function in DefaultHttp2ConnectionDecoder.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD eb465ea7_30d1_dedc_0515_575d1fb0044e["onGoAwayRead()"] 0189a990_8f54_63f5_92fb_f168c031db1e["FrameReadListener"] eb465ea7_30d1_dedc_0515_575d1fb0044e -->|defined in| 0189a990_8f54_63f5_92fb_f168c031db1e 47b09ad8_2dfd_2f63_0614_d54157fdb276["onGoAwayRead()"] 47b09ad8_2dfd_2f63_0614_d54157fdb276 -->|calls| eb465ea7_30d1_dedc_0515_575d1fb0044e c7a0a5cb_4d8d_fe4a_f939_852c50e52bed["onGoAwayRead0()"] c7a0a5cb_4d8d_fe4a_f939_852c50e52bed -->|calls| eb465ea7_30d1_dedc_0515_575d1fb0044e 47b09ad8_2dfd_2f63_0614_d54157fdb276["onGoAwayRead()"] eb465ea7_30d1_dedc_0515_575d1fb0044e -->|calls| 47b09ad8_2dfd_2f63_0614_d54157fdb276 c7a0a5cb_4d8d_fe4a_f939_852c50e52bed["onGoAwayRead0()"] eb465ea7_30d1_dedc_0515_575d1fb0044e -->|calls| c7a0a5cb_4d8d_fe4a_f939_852c50e52bed style eb465ea7_30d1_dedc_0515_575d1fb0044e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java lines 594–598
@Override
public void onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData)
throws Http2Exception {
onGoAwayRead0(ctx, lastStreamId, errorCode, debugData);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does onGoAwayRead() do?
onGoAwayRead() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java.
Where is onGoAwayRead() defined?
onGoAwayRead() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java at line 594.
What does onGoAwayRead() call?
onGoAwayRead() calls 2 function(s): onGoAwayRead, onGoAwayRead0.
What calls onGoAwayRead()?
onGoAwayRead() is called by 2 function(s): onGoAwayRead, onGoAwayRead0.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free