Home / Function/ testIncompleteHeader() — netty Function Reference

testIncompleteHeader() — netty Function Reference

Architecture documentation for the testIncompleteHeader() function in HAProxyMessageDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  8dcb51e6_0354_9ccf_5860_1d339c084894["testIncompleteHeader()"]
  88909aff_3546_2e28_19d9_812a1929ee17["HAProxyMessageDecoderTest"]
  8dcb51e6_0354_9ccf_5860_1d339c084894 -->|defined in| 88909aff_3546_2e28_19d9_812a1929ee17
  style 8dcb51e6_0354_9ccf_5860_1d339c084894 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-haproxy/src/test/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoderTest.java lines 271–277

    @Test
    public void testIncompleteHeader() {
        String header = "PROXY TCP4 192.168.0.1 192.168.0.11 56324";
        ch.writeInbound(copiedBuffer(header, CharsetUtil.US_ASCII));
        assertNull(ch.readInbound());
        assertFalse(ch.finish());
    }

Domain

Subdomains

Frequently Asked Questions

What does testIncompleteHeader() do?
testIncompleteHeader() is a function in the netty codebase, defined in codec-haproxy/src/test/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoderTest.java.
Where is testIncompleteHeader() defined?
testIncompleteHeader() is defined in codec-haproxy/src/test/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoderTest.java at line 271.

Analyze Your Own Codebase

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

Try Supermodel Free