testTlsExtension() — netty Function Reference
Architecture documentation for the testTlsExtension() function in JdkSslEngineTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 53efb741_5846_f89e_2045_c0f39bbe3252["testTlsExtension()"] 30adda7f_4d88_ce9b_59a8_bf86122e30b1["JdkSslEngineTest"] 53efb741_5846_f89e_2045_c0f39bbe3252 -->|defined in| 30adda7f_4d88_ce9b_59a8_bf86122e30b1 26c9d431_d7e9_3f0f_c077_a396cd607cb3["runTest()"] 53efb741_5846_f89e_2045_c0f39bbe3252 -->|calls| 26c9d431_d7e9_3f0f_c077_a396cd607cb3 style 53efb741_5846_f89e_2045_c0f39bbe3252 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/JdkSslEngineTest.java lines 145–159
@MethodSource("newJdkParams")
@ParameterizedTest
public void testTlsExtension(JdkSSLEngineTestParam param) throws Exception {
try {
param.providerType.activate(this);
ApplicationProtocolConfig apn = failingNegotiator(param.providerType.protocol(),
PREFERRED_APPLICATION_LEVEL_PROTOCOL);
setupHandlers(param, apn);
runTest();
} catch (SkipTestException e) {
// ALPN availability is dependent on the java version. If ALPN is not available because of
// java version incompatibility don't fail the test, but instead just skip the test
throw new TestAbortedException("Not expected", e);
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testTlsExtension() do?
testTlsExtension() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/JdkSslEngineTest.java.
Where is testTlsExtension() defined?
testTlsExtension() is defined in handler/src/test/java/io/netty/handler/ssl/JdkSslEngineTest.java at line 145.
What does testTlsExtension() call?
testTlsExtension() calls 1 function(s): runTest.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free