testHandshakeSession() — netty Function Reference
Architecture documentation for the testHandshakeSession() function in JdkConscryptSslEngineInteropTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 432289cd_a283_e057_049f_3ea5b5dc2259["testHandshakeSession()"] 590a4abe_91d0_cce3_f1ee_11c4bdd87f46["JdkConscryptSslEngineInteropTest"] 432289cd_a283_e057_049f_3ea5b5dc2259 -->|defined in| 590a4abe_91d0_cce3_f1ee_11c4bdd87f46 style 432289cd_a283_e057_049f_3ea5b5dc2259 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/JdkConscryptSslEngineInteropTest.java lines 78–85
@MethodSource("newTestParams")
@ParameterizedTest
@Disabled("Ignore due bug in Conscrypt")
@Override
public void testHandshakeSession(SSLEngineTestParam param) throws Exception {
// Ignore as Conscrypt does not correctly return the local certificates while the TrustManager is invoked.
// See https://github.com/google/conscrypt/issues/634
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testHandshakeSession() do?
testHandshakeSession() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/JdkConscryptSslEngineInteropTest.java.
Where is testHandshakeSession() defined?
testHandshakeSession() is defined in handler/src/test/java/io/netty/handler/ssl/JdkConscryptSslEngineInteropTest.java at line 78.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free