Home / Function/ writeGoAwayFrame() — netty Function Reference

writeGoAwayFrame() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  910e4002_2d65_996a_24b9_a36448decf2a["writeGoAwayFrame()"]
  57499e74_1040_f300_12bb_215179e108be["Http3FrameCodec"]
  910e4002_2d65_996a_24b9_a36448decf2a -->|defined in| 57499e74_1040_f300_12bb_215179e108be
  8956333e_1f8a_a4ec_390f_4f648d6508a4["write0()"]
  8956333e_1f8a_a4ec_390f_4f648d6508a4 -->|calls| 910e4002_2d65_996a_24b9_a36448decf2a
  ac6bf4dd_e2ae_cc62_61c2_1691ef5ea296["writeFrameWithId()"]
  910e4002_2d65_996a_24b9_a36448decf2a -->|calls| ac6bf4dd_e2ae_cc62_61c2_1691ef5ea296
  style 910e4002_2d65_996a_24b9_a36448decf2a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java lines 557–560

    private static void writeGoAwayFrame(
            ChannelHandlerContext ctx, Http3GoAwayFrame frame, ChannelPromise promise) {
        writeFrameWithId(ctx, frame.type(), frame.id(), promise);
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does writeGoAwayFrame() do?
writeGoAwayFrame() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java.
Where is writeGoAwayFrame() defined?
writeGoAwayFrame() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java at line 557.
What does writeGoAwayFrame() call?
writeGoAwayFrame() calls 1 function(s): writeFrameWithId.
What calls writeGoAwayFrame()?
writeGoAwayFrame() is called by 1 function(s): write0.

Analyze Your Own Codebase

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

Try Supermodel Free