Home / Function/ testHostHeaderWithHttpDefaultPort() — netty Function Reference

testHostHeaderWithHttpDefaultPort() — netty Function Reference

Architecture documentation for the testHostHeaderWithHttpDefaultPort() function in HttpProxyHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  af58a712_fdeb_01f3_7ae1_d528ac6e713f["testHostHeaderWithHttpDefaultPort()"]
  4863804c_b04f_6a7f_744b_534e664fa2c9["HttpProxyHandlerTest"]
  af58a712_fdeb_01f3_7ae1_d528ac6e713f -->|defined in| 4863804c_b04f_6a7f_744b_534e664fa2c9
  28ef3cf9_cc4c_2f0a_2918_784cd7fbebca["testInitialMessage()"]
  af58a712_fdeb_01f3_7ae1_d528ac6e713f -->|calls| 28ef3cf9_cc4c_2f0a_2918_784cd7fbebca
  style af58a712_fdeb_01f3_7ae1_d528ac6e713f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler-proxy/src/test/java/io/netty/handler/proxy/HttpProxyHandlerTest.java lines 81–88

    @Test
    public void testHostHeaderWithHttpDefaultPort() throws Exception {
        InetSocketAddress socketAddress = new InetSocketAddress(InetAddress.getByName("localhost"), 80);
        testInitialMessage(socketAddress,
                "localhost:80",
                "localhost:80", null,
                false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testHostHeaderWithHttpDefaultPort() do?
testHostHeaderWithHttpDefaultPort() is a function in the netty codebase, defined in handler-proxy/src/test/java/io/netty/handler/proxy/HttpProxyHandlerTest.java.
Where is testHostHeaderWithHttpDefaultPort() defined?
testHostHeaderWithHttpDefaultPort() is defined in handler-proxy/src/test/java/io/netty/handler/proxy/HttpProxyHandlerTest.java at line 81.
What does testHostHeaderWithHttpDefaultPort() call?
testHostHeaderWithHttpDefaultPort() calls 1 function(s): testInitialMessage.

Analyze Your Own Codebase

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

Try Supermodel Free