testIPv6CorrectAddress() — netty Function Reference
Architecture documentation for the testIPv6CorrectAddress() function in DefaultSocks5CommandRequestTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 08fbec45_4a56_4364_0ebf_0b75cc7b7683["testIPv6CorrectAddress()"] 4d133b87_aedc_e775_f472_b4d9705890c8["DefaultSocks5CommandRequestTest"] 08fbec45_4a56_4364_0ebf_0b75cc7b7683 -->|defined in| 4d133b87_aedc_e775_f472_b4d9705890c8 style 08fbec45_4a56_4364_0ebf_0b75cc7b7683 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-socks/src/test/java/io/netty/handler/codec/socksx/v5/DefaultSocks5CommandRequestTest.java lines 53–60
@Test
public void testIPv6CorrectAddress() {
try {
new DefaultSocks5CommandRequest(Socks5CommandType.BIND, Socks5AddressType.IPv6, "xxx:xxx:xxx", 1);
} catch (Exception e) {
assertTrue(e instanceof IllegalArgumentException);
}
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testIPv6CorrectAddress() do?
testIPv6CorrectAddress() is a function in the netty codebase, defined in codec-socks/src/test/java/io/netty/handler/codec/socksx/v5/DefaultSocks5CommandRequestTest.java.
Where is testIPv6CorrectAddress() defined?
testIPv6CorrectAddress() is defined in codec-socks/src/test/java/io/netty/handler/codec/socksx/v5/DefaultSocks5CommandRequestTest.java at line 53.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free