Home / Function/ writeUpgradeRequest() — netty Function Reference

writeUpgradeRequest() — netty Function Reference

Architecture documentation for the writeUpgradeRequest() function in WebSocketServerProtocolHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  a1104de5_2bbb_85ab_c04d_82d6bf5a5b4e["writeUpgradeRequest()"]
  7afc952d_7109_096b_f81d_bf3293e37581["WebSocketServerProtocolHandlerTest"]
  a1104de5_2bbb_85ab_c04d_82d6bf5a5b4e -->|defined in| 7afc952d_7109_096b_f81d_bf3293e37581
  e39e5cc5_b5e7_302c_1168_3c2e459c4003["testHttpUpgradeRequest0()"]
  e39e5cc5_b5e7_302c_1168_3c2e459c4003 -->|calls| a1104de5_2bbb_85ab_c04d_82d6bf5a5b4e
  f515d385_d4a3_a1fe_bca9_82e54f5a5af3["testWebSocketServerProtocolHandshakeHandlerReplacedBeforeHandshake()"]
  f515d385_d4a3_a1fe_bca9_82e54f5a5af3 -->|calls| a1104de5_2bbb_85ab_c04d_82d6bf5a5b4e
  bccac56d_f218_d352_47bd_9f365425b97c["testCreateUTF8Validator()"]
  bccac56d_f218_d352_47bd_9f365425b97c -->|calls| a1104de5_2bbb_85ab_c04d_82d6bf5a5b4e
  b7a0fac2_887f_0b3e_ff2c_a4dd93270712["testDoNotCreateUTF8Validator()"]
  b7a0fac2_887f_0b3e_ff2c_a4dd93270712 -->|calls| a1104de5_2bbb_85ab_c04d_82d6bf5a5b4e
  3e43da83_ebd0_8c2d_4db5_151262971455["testHandleTextFrame()"]
  3e43da83_ebd0_8c2d_4db5_151262971455 -->|calls| a1104de5_2bbb_85ab_c04d_82d6bf5a5b4e
  style a1104de5_2bbb_85ab_c04d_82d6bf5a5b4e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandlerTest.java lines 465–467

    private static void writeUpgradeRequest(EmbeddedChannel ch) {
        writeUpgradeRequest(ch, true);
    }

Domain

Subdomains

Frequently Asked Questions

What does writeUpgradeRequest() do?
writeUpgradeRequest() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandlerTest.java.
Where is writeUpgradeRequest() defined?
writeUpgradeRequest() is defined in codec-http/src/test/java/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandlerTest.java at line 465.
What calls writeUpgradeRequest()?
writeUpgradeRequest() is called by 5 function(s): testCreateUTF8Validator, testDoNotCreateUTF8Validator, testHandleTextFrame, testHttpUpgradeRequest0, testWebSocketServerProtocolHandshakeHandlerReplacedBeforeHandshake.

Analyze Your Own Codebase

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

Try Supermodel Free