Home / Function/ Http2GoAwayException() — netty Function Reference

Http2GoAwayException() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  e39fbfbd_7be8_c94c_04fb_08609de1ec6e["Http2GoAwayException()"]
  7cf82c46_8e53_b2f4_2db3_58816e637bab["Http2GoAwayException"]
  e39fbfbd_7be8_c94c_04fb_08609de1ec6e -->|defined in| 7cf82c46_8e53_b2f4_2db3_58816e637bab
  a895a0e3_4e36_d3ff_a06d_b6dd4c4f3bce["ChannelFuture()"]
  a895a0e3_4e36_d3ff_a06d_b6dd4c4f3bce -->|calls| e39fbfbd_7be8_c94c_04fb_08609de1ec6e
  440abbd5_e217_88f8_a202_422cc785f39a["cancelGoAwayStreams()"]
  440abbd5_e217_88f8_a202_422cc785f39a -->|calls| e39fbfbd_7be8_c94c_04fb_08609de1ec6e
  e5eab785_450c_00a8_a3ab_0331d5968299["GoAwayDetail()"]
  e39fbfbd_7be8_c94c_04fb_08609de1ec6e -->|calls| e5eab785_450c_00a8_a3ab_0331d5968299
  style e39fbfbd_7be8_c94c_04fb_08609de1ec6e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/StreamBufferingEncoder.java lines 90–92

        public Http2GoAwayException(int lastStreamId, long errorCode, byte[] debugData) {
            this(new GoAwayDetail(lastStreamId, errorCode, debugData));
        }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free