Home / Function/ hostHeaderWithoutScheme() — netty Function Reference

hostHeaderWithoutScheme() — netty Function Reference

Architecture documentation for the hostHeaderWithoutScheme() function in WebSocketClientHandshakerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  38e924bc_6f49_4514_762c_57c6513e9669["hostHeaderWithoutScheme()"]
  2cb6ab9a_d30f_c725_5b7e_5ad8d513e6b9["WebSocketClientHandshakerTest"]
  38e924bc_6f49_4514_762c_57c6513e9669 -->|defined in| 2cb6ab9a_d30f_c725_5b7e_5ad8d513e6b9
  867a6a4e_4dce_65f0_4d4a_1d2e5dad6161["testHostHeader()"]
  38e924bc_6f49_4514_762c_57c6513e9669 -->|calls| 867a6a4e_4dce_65f0_4d4a_1d2e5dad6161
  style 38e924bc_6f49_4514_762c_57c6513e9669 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerTest.java lines 114–121

    @Test
    public void hostHeaderWithoutScheme() {
        testHostHeader("//localhost/", "localhost");
        testHostHeader("//localhost/path", "localhost");
        testHostHeader("//localhost:80/", "localhost:80");
        testHostHeader("//localhost:443/", "localhost:443");
        testHostHeader("//localhost:9999/", "localhost:9999");
    }

Domain

Subdomains

Frequently Asked Questions

What does hostHeaderWithoutScheme() do?
hostHeaderWithoutScheme() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerTest.java.
Where is hostHeaderWithoutScheme() defined?
hostHeaderWithoutScheme() is defined in codec-http/src/test/java/io/netty/handler/codec/http/websocketx/WebSocketClientHandshakerTest.java at line 114.
What does hostHeaderWithoutScheme() call?
hostHeaderWithoutScheme() calls 1 function(s): testHostHeader.

Analyze Your Own Codebase

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

Try Supermodel Free