Home / Function/ headerListSizeExceeded() — netty Function Reference

headerListSizeExceeded() — netty Function Reference

Architecture documentation for the headerListSizeExceeded() function in Http2CodecUtil.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  bb5ba404_b905_74aa_bee1_7c8afc02bcd5["headerListSizeExceeded()"]
  6edc25d4_1bef_4bc4_4c2d_9d321a931eff["Http2CodecUtil"]
  bb5ba404_b905_74aa_bee1_7c8afc02bcd5 -->|defined in| 6edc25d4_1bef_4bc4_4c2d_9d321a931eff
  style bb5ba404_b905_74aa_bee1_7c8afc02bcd5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/Http2CodecUtil.java lines 231–235

    public static void headerListSizeExceeded(int streamId, long maxHeaderListSize,
                                              boolean onDecode) throws Http2Exception {
        throw headerListSizeError(streamId, PROTOCOL_ERROR, onDecode, "Header size exceeded max " +
                                  "allowed size (%d)", maxHeaderListSize);
    }

Domain

Subdomains

Frequently Asked Questions

What does headerListSizeExceeded() do?
headerListSizeExceeded() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2CodecUtil.java.
Where is headerListSizeExceeded() defined?
headerListSizeExceeded() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2CodecUtil.java at line 231.

Analyze Your Own Codebase

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

Try Supermodel Free