Home / Function/ HeaderListSizeException() — netty Function Reference

HeaderListSizeException() — netty Function Reference

Architecture documentation for the HeaderListSizeException() function in Http2Exception.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  69cf4f76_d006_e6aa_c318_ce30cea345b6["HeaderListSizeException()"]
  47c633b9_ca15_662a_a7ae_ba81147f4e77["HeaderListSizeException"]
  69cf4f76_d006_e6aa_c318_ce30cea345b6 -->|defined in| 47c633b9_ca15_662a_a7ae_ba81147f4e77
  bc22a7e1_429c_5d1b_6d50_11ed82b465f6["Http2Exception()"]
  bc22a7e1_429c_5d1b_6d50_11ed82b465f6 -->|calls| 69cf4f76_d006_e6aa_c318_ce30cea345b6
  style 69cf4f76_d006_e6aa_c318_ce30cea345b6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/Http2Exception.java lines 282–285

        HeaderListSizeException(int streamId, Http2Error error, String message, boolean decode) {
            super(streamId, error, message);
            this.decode = decode;
        }

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free