Home / Function/ GoAwayDetail() — netty Function Reference

GoAwayDetail() — netty Function Reference

Architecture documentation for the GoAwayDetail() function in StreamBufferingEncoder.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e5eab785_450c_00a8_a3ab_0331d5968299["GoAwayDetail()"]
  e859cc05_8904_a076_1d09_5c41b5937f79["GoAwayDetail"]
  e5eab785_450c_00a8_a3ab_0331d5968299 -->|defined in| e859cc05_8904_a076_1d09_5c41b5937f79
  66cc61bb_136a_5dd1_784d_881906334bbe["StreamBufferingEncoder()"]
  66cc61bb_136a_5dd1_784d_881906334bbe -->|calls| e5eab785_450c_00a8_a3ab_0331d5968299
  e39fbfbd_7be8_c94c_04fb_08609de1ec6e["Http2GoAwayException()"]
  e39fbfbd_7be8_c94c_04fb_08609de1ec6e -->|calls| e5eab785_450c_00a8_a3ab_0331d5968299
  style e5eab785_450c_00a8_a3ab_0331d5968299 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/StreamBufferingEncoder.java lines 75–79

        GoAwayDetail(int lastStreamId, long errorCode, byte[] debugData) {
            this.lastStreamId = lastStreamId;
            this.errorCode = errorCode;
            this.debugData = debugData.clone();
        }

Domain

Subdomains

Frequently Asked Questions

What does GoAwayDetail() do?
GoAwayDetail() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/StreamBufferingEncoder.java.
Where is GoAwayDetail() defined?
GoAwayDetail() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/StreamBufferingEncoder.java at line 75.
What calls GoAwayDetail()?
GoAwayDetail() is called by 2 function(s): Http2GoAwayException, StreamBufferingEncoder.

Analyze Your Own Codebase

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

Try Supermodel Free