Home / Function/ testSocksCmdResponseDecoder() — netty Function Reference

testSocksCmdResponseDecoder() — netty Function Reference

Architecture documentation for the testSocksCmdResponseDecoder() function in Socks5CommandResponseDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  21357c90_b616_4c45_8cc8_f06dc301fe20["testSocksCmdResponseDecoder()"]
  1043f194_ebf4_2696_122a_10f7c5e3f0f4["Socks5CommandResponseDecoderTest"]
  21357c90_b616_4c45_8cc8_f06dc301fe20 -->|defined in| 1043f194_ebf4_2696_122a_10f7c5e3f0f4
  57eafce2_4597_33ba_95f2_1032bae5b8fe["test()"]
  21357c90_b616_4c45_8cc8_f06dc301fe20 -->|calls| 57eafce2_4597_33ba_95f2_1032bae5b8fe
  style 21357c90_b616_4c45_8cc8_f06dc301fe20 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-socks/src/test/java/io/netty/handler/codec/socksx/v5/Socks5CommandResponseDecoderTest.java lines 66–75

    @Test
    public void testSocksCmdResponseDecoder() {
        for (Socks5CommandStatus cmdStatus: STATUSES) {
            for (Socks5AddressType addressType : Arrays.asList(Socks5AddressType.DOMAIN,
                                                               Socks5AddressType.IPv4,
                                                               Socks5AddressType.IPv6)) {
                test(cmdStatus, addressType, null, 0);
            }
        }
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does testSocksCmdResponseDecoder() do?
testSocksCmdResponseDecoder() is a function in the netty codebase, defined in codec-socks/src/test/java/io/netty/handler/codec/socksx/v5/Socks5CommandResponseDecoderTest.java.
Where is testSocksCmdResponseDecoder() defined?
testSocksCmdResponseDecoder() is defined in codec-socks/src/test/java/io/netty/handler/codec/socksx/v5/Socks5CommandResponseDecoderTest.java at line 66.
What does testSocksCmdResponseDecoder() call?
testSocksCmdResponseDecoder() calls 1 function(s): test.

Analyze Your Own Codebase

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

Try Supermodel Free