Home / Function/ testSessionCache() — netty Function Reference

testSessionCache() — netty Function Reference

Architecture documentation for the testSessionCache() function in OpenSslEngineTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  fdc84bfd_249f_f34c_dd69_a73396c17a0c["testSessionCache()"]
  08957e63_66e1_e2b4_c8aa_4f617c598a7d["OpenSslEngineTest"]
  fdc84bfd_249f_f34c_dd69_a73396c17a0c -->|defined in| 08957e63_66e1_e2b4_c8aa_4f617c598a7d
  0ca565f1_0885_115f_ed7e_dac96ef23512["assertSessionContext()"]
  fdc84bfd_249f_f34c_dd69_a73396c17a0c -->|calls| 0ca565f1_0885_115f_ed7e_dac96ef23512
  style fdc84bfd_249f_f34c_dd69_a73396c17a0c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java lines 1529–1537

    @MethodSource("newTestParams")
    @ParameterizedTest
    @Override
    public void testSessionCache(SSLEngineTestParam param) throws Exception {
        assumeTrue(OpenSsl.isSessionCacheSupported());
        super.testSessionCache(param);
        assertSessionContext(clientSslCtx);
        assertSessionContext(serverSslCtx);
    }

Domain

Subdomains

Frequently Asked Questions

What does testSessionCache() do?
testSessionCache() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java.
Where is testSessionCache() defined?
testSessionCache() is defined in handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java at line 1529.
What does testSessionCache() call?
testSessionCache() calls 1 function(s): assertSessionContext.

Analyze Your Own Codebase

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

Try Supermodel Free