Home / Function/ onGoAwayRead() — netty Function Reference

onGoAwayRead() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  ffa43b18_9c43_6edf_0065_f51e3f91648a["onGoAwayRead()"]
  2feb2175_1019_fd99_d93d_493bbaef7447["FrameCountDown"]
  ffa43b18_9c43_6edf_0065_f51e3f91648a -->|defined in| 2feb2175_1019_fd99_d93d_493bbaef7447
  style ffa43b18_9c43_6edf_0065_f51e3f91648a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2TestUtil.java lines 253–258

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

Domain

Subdomains

Frequently Asked Questions

What does onGoAwayRead() do?
onGoAwayRead() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2TestUtil.java.
Where is onGoAwayRead() defined?
onGoAwayRead() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2TestUtil.java at line 253.

Analyze Your Own Codebase

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

Try Supermodel Free