Http2Exception() — netty Function Reference
Architecture documentation for the Http2Exception() function in Http2Exception.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD bc22a7e1_429c_5d1b_6d50_11ed82b465f6["Http2Exception()"] 773ff5e4_c053_face_faa5_20d7b4530e9c["Http2Exception"] bc22a7e1_429c_5d1b_6d50_11ed82b465f6 -->|defined in| 773ff5e4_c053_face_faa5_20d7b4530e9c c1b857df_cdd3_3da5_4ad2_c5e2e9a5aa49["StacklessHttp2Exception()"] bc22a7e1_429c_5d1b_6d50_11ed82b465f6 -->|calls| c1b857df_cdd3_3da5_4ad2_c5e2e9a5aa49 269b7ba5_2eb3_096c_c7fd_3c3da18d755b["ClosedStreamCreationException()"] bc22a7e1_429c_5d1b_6d50_11ed82b465f6 -->|calls| 269b7ba5_2eb3_096c_c7fd_3c3da18d755b c07b8ebf_f2f2_c92e_e615_7918d7b9b357["StreamException()"] bc22a7e1_429c_5d1b_6d50_11ed82b465f6 -->|calls| c07b8ebf_f2f2_c92e_e615_7918d7b9b357 69cf4f76_d006_e6aa_c318_ce30cea345b6["HeaderListSizeException()"] bc22a7e1_429c_5d1b_6d50_11ed82b465f6 -->|calls| 69cf4f76_d006_e6aa_c318_ce30cea345b6 style bc22a7e1_429c_5d1b_6d50_11ed82b465f6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/Http2Exception.java lines 36–38
public Http2Exception(Http2Error error) {
this(error, ShutdownHint.HARD_SHUTDOWN);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does Http2Exception() do?
Http2Exception() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2Exception.java.
Where is Http2Exception() defined?
Http2Exception() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2Exception.java at line 36.
What does Http2Exception() call?
Http2Exception() calls 4 function(s): ClosedStreamCreationException, HeaderListSizeException, StacklessHttp2Exception, StreamException.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free