Home / Function/ onGoAwayRead() — netty Function Reference

onGoAwayRead() — netty Function Reference

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

Function java Buffer Allocators calls 2 called by 1

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java lines 779–783

        @Override
        public void onGoAwayRead(ChannelHandlerContext ctx, int lastStreamId, long errorCode, ByteBuf debugData)
                throws Http2Exception {
            onGoAwayRead0(ctx, lastStreamId, errorCode, debugData);
        }

Domain

Subdomains

Called By

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 779.
What does onGoAwayRead() call?
onGoAwayRead() calls 2 function(s): onGoAwayRead, onGoAwayRead0.
What calls onGoAwayRead()?
onGoAwayRead() is called by 1 function(s): onGoAwayRead.

Analyze Your Own Codebase

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

Try Supermodel Free