Home / Function/ mySetupMutualAuthServerIsValidException() — netty Function Reference

mySetupMutualAuthServerIsValidException() — netty Function Reference

Architecture documentation for the mySetupMutualAuthServerIsValidException() function in SSLEngineTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  3e22ee20_6b06_21d5_d46b_459f4e40d8b7["mySetupMutualAuthServerIsValidException()"]
  9150c92a_2afc_b83a_c3bf_86dfac6e9d9b["SSLEngineTest"]
  3e22ee20_6b06_21d5_d46b_459f4e40d8b7 -->|defined in| 9150c92a_2afc_b83a_c3bf_86dfac6e9d9b
  3a3f0907_8d31_4073_8a66_00b8e3bb142b["mySetupMutualAuthServerIsValidServerException()"]
  3a3f0907_8d31_4073_8a66_00b8e3bb142b -->|calls| 3e22ee20_6b06_21d5_d46b_459f4e40d8b7
  49461777_16a4_0be4_88c5_a4b30c677e4c["mySetupMutualAuthServerIsValidClientException()"]
  49461777_16a4_0be4_88c5_a4b30c677e4c -->|calls| 3e22ee20_6b06_21d5_d46b_459f4e40d8b7
  style 3e22ee20_6b06_21d5_d46b_459f4e40d8b7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java lines 817–820

    protected boolean mySetupMutualAuthServerIsValidException(Throwable cause) {
        // As in TLSv1.3 the handshake is sent without an extra roundtrip an SSLException is valid as well.
        return cause instanceof SSLException || cause instanceof ClosedChannelException;
    }

Domain

Subdomains

Frequently Asked Questions

What does mySetupMutualAuthServerIsValidException() do?
mySetupMutualAuthServerIsValidException() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java.
Where is mySetupMutualAuthServerIsValidException() defined?
mySetupMutualAuthServerIsValidException() is defined in handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java at line 817.
What calls mySetupMutualAuthServerIsValidException()?
mySetupMutualAuthServerIsValidException() is called by 2 function(s): mySetupMutualAuthServerIsValidClientException, mySetupMutualAuthServerIsValidServerException.

Analyze Your Own Codebase

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

Try Supermodel Free