Home / Function/ assertSessionReusedForEngine() — netty Function Reference

assertSessionReusedForEngine() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  3779960c_9f2d_b467_68a0_6ae1e895df92["assertSessionReusedForEngine()"]
  08957e63_66e1_e2b4_c8aa_4f617c598a7d["OpenSslEngineTest"]
  3779960c_9f2d_b467_68a0_6ae1e895df92 -->|defined in| 08957e63_66e1_e2b4_c8aa_4f617c598a7d
  style 3779960c_9f2d_b467_68a0_6ae1e895df92 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java lines 1568–1573

    @Override
    protected void assertSessionReusedForEngine(SSLEngine clientEngine, SSLEngine serverEngine, boolean reuse) {
        assertEquals(reuse, unwrapEngine(clientEngine).isSessionReused());
        assertEquals(reuse, unwrapEngine(serverEngine).isSessionReused());
        super.assertSessionReusedForEngine(clientEngine, serverEngine, reuse);
    }

Domain

Subdomains

Frequently Asked Questions

What does assertSessionReusedForEngine() do?
assertSessionReusedForEngine() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java.
Where is assertSessionReusedForEngine() defined?
assertSessionReusedForEngine() is defined in handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java at line 1568.

Analyze Your Own Codebase

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

Try Supermodel Free