testSocksCmdResponseDecoder() — netty Function Reference
Architecture documentation for the testSocksCmdResponseDecoder() function in Socks4ClientDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 34c72cad_efd8_58be_1291_1d6d90f2d001["testSocksCmdResponseDecoder()"] 59009bc2_846d_8eb2_7ef3_75dc2b38053b["Socks4ClientDecoderTest"] 34c72cad_efd8_58be_1291_1d6d90f2d001 -->|defined in| 59009bc2_846d_8eb2_7ef3_75dc2b38053b d5ecd4fc_8e21_7fb4_38a5_d37ff44c20c9["test()"] 34c72cad_efd8_58be_1291_1d6d90f2d001 -->|calls| d5ecd4fc_8e21_7fb4_38a5_d37ff44c20c9 style 34c72cad_efd8_58be_1291_1d6d90f2d001 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-socks/src/test/java/io/netty/handler/codec/socksx/v4/Socks4ClientDecoderTest.java lines 47–53
@Test
public void testSocksCmdResponseDecoder() {
test(Socks4CommandStatus.IDENTD_AUTH_FAILURE, null, 0);
test(Socks4CommandStatus.IDENTD_UNREACHABLE, null, 0);
test(Socks4CommandStatus.REJECTED_OR_FAILED, null, 0);
test(Socks4CommandStatus.SUCCESS, null, 0);
}
Domain
Subdomains
Calls
Source
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/v4/Socks4ClientDecoderTest.java.
Where is testSocksCmdResponseDecoder() defined?
testSocksCmdResponseDecoder() is defined in codec-socks/src/test/java/io/netty/handler/codec/socksx/v4/Socks4ClientDecoderTest.java at line 47.
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