testInvalidSNIIsIgnoredAndNotThrow() — netty Function Reference
Architecture documentation for the testInvalidSNIIsIgnoredAndNotThrow() function in ConscryptSslEngineTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD aa995ef0_ab49_d3e6_df1d_4cba4ca6ff07["testInvalidSNIIsIgnoredAndNotThrow()"] 77c982d8_c626_c670_3fe6_f577cfca656c["ConscryptSslEngineTest"] aa995ef0_ab49_d3e6_df1d_4cba4ca6ff07 -->|defined in| 77c982d8_c626_c670_3fe6_f577cfca656c style aa995ef0_ab49_d3e6_df1d_4cba4ca6ff07 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/ConscryptSslEngineTest.java lines 93–99
@MethodSource("newTestParams")
@ParameterizedTest
@Disabled("Disabled due a conscrypt bug")
@Override
public void testInvalidSNIIsIgnoredAndNotThrow(SSLEngineTestParam param) throws Exception {
super.testInvalidSNIIsIgnoredAndNotThrow(param);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testInvalidSNIIsIgnoredAndNotThrow() do?
testInvalidSNIIsIgnoredAndNotThrow() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/ConscryptSslEngineTest.java.
Where is testInvalidSNIIsIgnoredAndNotThrow() defined?
testInvalidSNIIsIgnoredAndNotThrow() is defined in handler/src/test/java/io/netty/handler/ssl/ConscryptSslEngineTest.java at line 93.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free