Home / Function/ onUpgradeEvent() — netty Function Reference

onUpgradeEvent() — netty Function Reference

Architecture documentation for the onUpgradeEvent() function in Http2FrameCodec.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  223ea4e7_5880_5c47_48fd_4e2909ca6399["onUpgradeEvent()"]
  ba77a225_4637_fe77_ee1f_54a9774ca7f8["Http2FrameCodec"]
  223ea4e7_5880_5c47_48fd_4e2909ca6399 -->|defined in| ba77a225_4637_fe77_ee1f_54a9774ca7f8
  4c3d3913_a400_e447_0997_8e68ce8c89a7["userEventTriggered()"]
  4c3d3913_a400_e447_0997_8e68ce8c89a7 -->|calls| 223ea4e7_5880_5c47_48fd_4e2909ca6399
  style 223ea4e7_5880_5c47_48fd_4e2909ca6399 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameCodec.java lines 709–711

    private void onUpgradeEvent(ChannelHandlerContext ctx, UpgradeEvent evt) {
        ctx.fireUserEventTriggered(evt);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free