Home / Function/ testV1NoUDP() — netty Function Reference

testV1NoUDP() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-haproxy/src/test/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoderTest.java lines 117–126

    @Test
    public void testV1NoUDP() {
        final String header = "PROXY UDP4 192.168.0.1 192.168.0.11 56324 443\r\n";
        assertThrows(HAProxyProtocolException.class, new Executable() {
            @Override
            public void execute() {
                ch.writeInbound(copiedBuffer(header, CharsetUtil.US_ASCII));
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free