Home / Function/ testSSLExceptionJDKTLSv13() — netty Function Reference

testSSLExceptionJDKTLSv13() — netty Function Reference

Architecture documentation for the testSSLExceptionJDKTLSv13() function in Http2MultiplexTransportTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  43a2ca8a_a489_851f_99e3_e742b53e3ddb["testSSLExceptionJDKTLSv13()"]
  91fc51f7_5bfd_40ef_a0e8_b98c3ed99f48["Http2MultiplexTransportTest"]
  43a2ca8a_a489_851f_99e3_e742b53e3ddb -->|defined in| 91fc51f7_5bfd_40ef_a0e8_b98c3ed99f48
  9be33b96_22b1_5673_9a2d_308c712e297b["testSslException()"]
  43a2ca8a_a489_851f_99e3_e742b53e3ddb -->|calls| 9be33b96_22b1_5673_9a2d_308c712e297b
  style 43a2ca8a_a489_851f_99e3_e742b53e3ddb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java lines 370–375

    @Disabled("JDK SSLEngine does not produce an alert")
    @Test
    @Timeout(value = 5000L, unit = MILLISECONDS)
    public void testSSLExceptionJDKTLSv13() throws Exception {
        testSslException(SslProvider.JDK, true);
    }

Domain

Subdomains

Frequently Asked Questions

What does testSSLExceptionJDKTLSv13() do?
testSSLExceptionJDKTLSv13() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java.
Where is testSSLExceptionJDKTLSv13() defined?
testSSLExceptionJDKTLSv13() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java at line 370.
What does testSSLExceptionJDKTLSv13() call?
testSSLExceptionJDKTLSv13() calls 1 function(s): testSslException.

Analyze Your Own Codebase

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

Try Supermodel Free