Home / Function/ UpgradeEvent() — netty Function Reference

UpgradeEvent() — netty Function Reference

Architecture documentation for the UpgradeEvent() function in HttpServerUpgradeHandler.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  68ea0c7f_e92e_7abc_5a17_26f630b8b5f1["UpgradeEvent()"]
  abda85c6_8f88_b5d7_a550_e4789df250f4["UpgradeEvent"]
  68ea0c7f_e92e_7abc_5a17_26f630b8b5f1 -->|defined in| abda85c6_8f88_b5d7_a550_e4789df250f4
  149aae54_88df_d06f_7ef6_3a140cffc9ad["upgrade()"]
  149aae54_88df_d06f_7ef6_3a140cffc9ad -->|calls| 68ea0c7f_e92e_7abc_5a17_26f630b8b5f1
  style 68ea0c7f_e92e_7abc_5a17_26f630b8b5f1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/http/HttpServerUpgradeHandler.java lines 107–110

        UpgradeEvent(CharSequence protocol, FullHttpRequest upgradeRequest) {
            this.protocol = protocol;
            this.upgradeRequest = upgradeRequest;
        }

Subdomains

Called By

Frequently Asked Questions

What does UpgradeEvent() do?
UpgradeEvent() is a function in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/http/HttpServerUpgradeHandler.java.
Where is UpgradeEvent() defined?
UpgradeEvent() is defined in codec-http/src/main/java/io/netty/handler/codec/http/HttpServerUpgradeHandler.java at line 107.
What calls UpgradeEvent()?
UpgradeEvent() is called by 1 function(s): upgrade.

Analyze Your Own Codebase

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

Try Supermodel Free