Home / Function/ onGoAwayRead0() — netty Function Reference

onGoAwayRead0() — netty Function Reference

Architecture documentation for the onGoAwayRead0() function in DefaultHttp2ConnectionDecoder.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  c7a0a5cb_4d8d_fe4a_f939_852c50e52bed["onGoAwayRead0()"]
  b3fe26c0_8414_9998_6798_f8346e67f5e1["DefaultHttp2ConnectionDecoder"]
  c7a0a5cb_4d8d_fe4a_f939_852c50e52bed -->|defined in| b3fe26c0_8414_9998_6798_f8346e67f5e1
  eb465ea7_30d1_dedc_0515_575d1fb0044e["onGoAwayRead()"]
  eb465ea7_30d1_dedc_0515_575d1fb0044e -->|calls| c7a0a5cb_4d8d_fe4a_f939_852c50e52bed
  47b09ad8_2dfd_2f63_0614_d54157fdb276["onGoAwayRead()"]
  47b09ad8_2dfd_2f63_0614_d54157fdb276 -->|calls| c7a0a5cb_4d8d_fe4a_f939_852c50e52bed
  eb465ea7_30d1_dedc_0515_575d1fb0044e["onGoAwayRead()"]
  c7a0a5cb_4d8d_fe4a_f939_852c50e52bed -->|calls| eb465ea7_30d1_dedc_0515_575d1fb0044e
  style c7a0a5cb_4d8d_fe4a_f939_852c50e52bed fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java lines 227–231

    void onGoAwayRead0(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData)
            throws Http2Exception {
        listener.onGoAwayRead(ctx, lastStreamId, errorCode, debugData);
        connection.goAwayReceived(lastStreamId, errorCode, debugData);
    }

Domain

Subdomains

Frequently Asked Questions

What does onGoAwayRead0() do?
onGoAwayRead0() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java.
Where is onGoAwayRead0() defined?
onGoAwayRead0() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java at line 227.
What does onGoAwayRead0() call?
onGoAwayRead0() calls 1 function(s): onGoAwayRead.
What calls onGoAwayRead0()?
onGoAwayRead0() is called by 2 function(s): onGoAwayRead, onGoAwayRead.

Analyze Your Own Codebase

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

Try Supermodel Free