testSSLExceptionJDKTLSv12() — netty Function Reference
Architecture documentation for the testSSLExceptionJDKTLSv12() function in Http2MultiplexTransportTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e51af82b_2969_7e41_c0c3_a0fb70fe6d8c["testSSLExceptionJDKTLSv12()"] 91fc51f7_5bfd_40ef_a0e8_b98c3ed99f48["Http2MultiplexTransportTest"] e51af82b_2969_7e41_c0c3_a0fb70fe6d8c -->|defined in| 91fc51f7_5bfd_40ef_a0e8_b98c3ed99f48 9be33b96_22b1_5673_9a2d_308c712e297b["testSslException()"] e51af82b_2969_7e41_c0c3_a0fb70fe6d8c -->|calls| 9be33b96_22b1_5673_9a2d_308c712e297b style e51af82b_2969_7e41_c0c3_a0fb70fe6d8c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java lines 363–368
@Disabled("JDK SSLEngine does not produce an alert")
@Test
@Timeout(value = 5000L, unit = MILLISECONDS)
public void testSSLExceptionJDKTLSv12() throws Exception {
testSslException(SslProvider.JDK, false);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testSSLExceptionJDKTLSv12() do?
testSSLExceptionJDKTLSv12() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java.
Where is testSSLExceptionJDKTLSv12() defined?
testSSLExceptionJDKTLSv12() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java at line 363.
What does testSSLExceptionJDKTLSv12() call?
testSSLExceptionJDKTLSv12() 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