mySetupMutualAuthServerIsValidClientException() — netty Function Reference
Architecture documentation for the mySetupMutualAuthServerIsValidClientException() function in JdkConscryptSslEngineInteropTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD ca7dba9f_3668_ccab_e032_3588a93f21a6["mySetupMutualAuthServerIsValidClientException()"] 590a4abe_91d0_cce3_f1ee_11c4bdd87f46["JdkConscryptSslEngineInteropTest"] ca7dba9f_3668_ccab_e032_3588a93f21a6 -->|defined in| 590a4abe_91d0_cce3_f1ee_11c4bdd87f46 style ca7dba9f_3668_ccab_e032_3588a93f21a6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/JdkConscryptSslEngineInteropTest.java lines 72–76
@Override
protected boolean mySetupMutualAuthServerIsValidClientException(Throwable cause) {
// TODO(scott): work around for a JDK issue. The exception should be SSLHandshakeException.
return super.mySetupMutualAuthServerIsValidClientException(cause) || causedBySSLException(cause);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does mySetupMutualAuthServerIsValidClientException() do?
mySetupMutualAuthServerIsValidClientException() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/JdkConscryptSslEngineInteropTest.java.
Where is mySetupMutualAuthServerIsValidClientException() defined?
mySetupMutualAuthServerIsValidClientException() is defined in handler/src/test/java/io/netty/handler/ssl/JdkConscryptSslEngineInteropTest.java at line 72.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free