Home / Function/ testSslSessionTrustManagerResumption() — netty Function Reference

testSslSessionTrustManagerResumption() — netty Function Reference

Architecture documentation for the testSslSessionTrustManagerResumption() function in SocketSslSessionReuseTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  13e35bed_4bc6_10f5_7d5a_38c7f6a201a9["testSslSessionTrustManagerResumption()"]
  833479b7_a1b1_3c02_8b20_02d1937b1c41["SocketSslSessionReuseTest"]
  13e35bed_4bc6_10f5_7d5a_38c7f6a201a9 -->|defined in| 833479b7_a1b1_3c02_8b20_02d1937b1c41
  48bf9a56_8c75_7caf_da59_f5393321189e["ReadAndDiscardHandler()"]
  13e35bed_4bc6_10f5_7d5a_38c7f6a201a9 -->|calls| 48bf9a56_8c75_7caf_da59_f5393321189e
  e08e7362_dcfa_4a06_449b_f3a03c694e30["rethrowHandlerExceptions()"]
  13e35bed_4bc6_10f5_7d5a_38c7f6a201a9 -->|calls| e08e7362_dcfa_4a06_449b_f3a03c694e30
  style 13e35bed_4bc6_10f5_7d5a_38c7f6a201a9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslSessionReuseTest.java lines 181–192

    @ParameterizedTest(name = "{index}: serverEngine = {0}, clientEngine = {1}")
    @MethodSource("jdkAndOpenSSL")
    @Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)
    public void testSslSessionTrustManagerResumption(
            final SslContextBuilder serverCtx, final SslContextBuilder clientCtx, TestInfo testInfo) throws Throwable {
        run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            @Override
            public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
                testSslSessionTrustManagerResumption(sb, cb, serverCtx, clientCtx);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testSslSessionTrustManagerResumption() do?
testSslSessionTrustManagerResumption() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslSessionReuseTest.java.
Where is testSslSessionTrustManagerResumption() defined?
testSslSessionTrustManagerResumption() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslSessionReuseTest.java at line 181.
What does testSslSessionTrustManagerResumption() call?
testSslSessionTrustManagerResumption() calls 2 function(s): ReadAndDiscardHandler, rethrowHandlerExceptions.

Analyze Your Own Codebase

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

Try Supermodel Free