Home / Function/ calculateMaxHeaderListSizeGoAway() — netty Function Reference

calculateMaxHeaderListSizeGoAway() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  495162e3_2f1d_1166_c93c_76dc9e177571["calculateMaxHeaderListSizeGoAway()"]
  b3fe26c0_8414_9998_6798_f8346e67f5e1["DefaultHttp2ConnectionDecoder"]
  495162e3_2f1d_1166_c93c_76dc9e177571 -->|defined in| b3fe26c0_8414_9998_6798_f8346e67f5e1
  d255073a_061c_c1a7_3e47_5eba139b16a0["applyLocalSettings()"]
  d255073a_061c_c1a7_3e47_5eba139b16a0 -->|calls| 495162e3_2f1d_1166_c93c_76dc9e177571
  style 495162e3_2f1d_1166_c93c_76dc9e177571 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java lines 219–221

    protected long calculateMaxHeaderListSizeGoAway(long maxHeaderListSize) {
        return Http2CodecUtil.calculateMaxHeaderListSizeGoAway(maxHeaderListSize);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free