Home / Function/ writeCancelPushFrame() — netty Function Reference

writeCancelPushFrame() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java lines 489–492

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

Domain

Subdomains

Called By

Frequently Asked Questions

What does writeCancelPushFrame() do?
writeCancelPushFrame() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java.
Where is writeCancelPushFrame() defined?
writeCancelPushFrame() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java at line 489.
What does writeCancelPushFrame() call?
writeCancelPushFrame() calls 1 function(s): writeFrameWithId.
What calls writeCancelPushFrame()?
writeCancelPushFrame() 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