Home / Function/ connectionError() — netty Function Reference

connectionError() — netty Function Reference

Architecture documentation for the connectionError() function in Http3FrameCodec.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  bc9d9e09_417f_cc2b_50ed_b48f93b8395c["connectionError()"]
  57499e74_1040_f300_12bb_215179e108be["Http3FrameCodec"]
  bc9d9e09_417f_cc2b_50ed_b48f93b8395c -->|defined in| 57499e74_1040_f300_12bb_215179e108be
  a9991e7a_1e1e_f455_19bd_4771a0c28625["decode()"]
  a9991e7a_1e1e_f455_19bd_4771a0c28625 -->|calls| bc9d9e09_417f_cc2b_50ed_b48f93b8395c
  40fb57c4_f85d_87ad_ac47_bdfc5af1b6d8["enforceMaxPayloadLength()"]
  40fb57c4_f85d_87ad_ac47_bdfc5af1b6d8 -->|calls| bc9d9e09_417f_cc2b_50ed_b48f93b8395c
  bdd8ff0e_d030_965a_6ea5_7f31277ae36c["Http3SettingsFrame()"]
  bdd8ff0e_d030_965a_6ea5_7f31277ae36c -->|calls| bc9d9e09_417f_cc2b_50ed_b48f93b8395c
  83ad0216_00d7_4331_dd41_48405f09786c["decodeHeaders()"]
  83ad0216_00d7_4331_dd41_48405f09786c -->|calls| bc9d9e09_417f_cc2b_50ed_b48f93b8395c
  3a9fc200_3d56_3723_4775_8d1d240d23c5["writeSettingsFrame()"]
  3a9fc200_3d56_3723_4775_8d1d240d23c5 -->|calls| bc9d9e09_417f_cc2b_50ed_b48f93b8395c
  c4e0ff51_5f31_820f_cd6d_b0653d594561["writeUnknownFrame()"]
  c4e0ff51_5f31_820f_cd6d_b0653d594561 -->|calls| bc9d9e09_417f_cc2b_50ed_b48f93b8395c
  style bc9d9e09_417f_cc2b_50ed_b48f93b8395c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java lines 145–148

    private void connectionError(ChannelHandlerContext ctx, Http3ErrorCode code, String msg, boolean fireException) {
        error = true;
        Http3CodecUtils.connectionError(ctx, code, msg, fireException);
    }

Domain

Subdomains

Frequently Asked Questions

What does connectionError() do?
connectionError() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java.
Where is connectionError() defined?
connectionError() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java at line 145.
What calls connectionError()?
connectionError() is called by 6 function(s): Http3SettingsFrame, decode, decodeHeaders, enforceMaxPayloadLength, writeSettingsFrame, writeUnknownFrame.

Analyze Your Own Codebase

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

Try Supermodel Free