Home / Function/ mySetupMutualAuthServerInitSslHandler() — netty Function Reference

mySetupMutualAuthServerInitSslHandler() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/OpenSslEngineTest.java lines 545–549

    @Override
    protected void mySetupMutualAuthServerInitSslHandler(SslHandler handler) {
        ReferenceCountedOpenSslEngine engine = (ReferenceCountedOpenSslEngine) handler.engine();
        engine.setVerify(SSL_CVERIFY_IGNORED, 1);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free