testStartTls() — netty Function Reference
Architecture documentation for the testStartTls() function in SocketStartTlsTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD df82f643_c0be_bd9b_2d12_07146dcc426b["testStartTls()"] f5337357_0024_1972_52c4_b6d1d4a7cb44["SocketStartTlsTest"] df82f643_c0be_bd9b_2d12_07146dcc426b -->|defined in| f5337357_0024_1972_52c4_b6d1d4a7cb44 d83c679e_deb6_dae2_a1c2_3531af38b708["testStartTlsNotAutoRead()"] d83c679e_deb6_dae2_a1c2_3531af38b708 -->|calls| df82f643_c0be_bd9b_2d12_07146dcc426b f445b76e_9f4e_9833_8699_3f5becec96e9["StartTlsServerHandler()"] df82f643_c0be_bd9b_2d12_07146dcc426b -->|calls| f445b76e_9f4e_9833_8699_3f5becec96e9 77baa967_f1fa_2868_f119_1ed5e27a4549["StartTlsClientHandler()"] df82f643_c0be_bd9b_2d12_07146dcc426b -->|calls| 77baa967_f1fa_2868_f119_1ed5e27a4549 style df82f643_c0be_bd9b_2d12_07146dcc426b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketStartTlsTest.java lines 131–142
@ParameterizedTest(name = PARAMETERIZED_NAME)
@MethodSource("data")
@Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)
public void testStartTls(final SslContext serverCtx, final SslContext clientCtx, TestInfo testInfo)
throws Throwable {
run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
@Override
public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
testStartTls(sb, cb, serverCtx, clientCtx);
}
});
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does testStartTls() do?
testStartTls() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketStartTlsTest.java.
Where is testStartTls() defined?
testStartTls() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketStartTlsTest.java at line 131.
What does testStartTls() call?
testStartTls() calls 2 function(s): StartTlsClientHandler, StartTlsServerHandler.
What calls testStartTls()?
testStartTls() is called by 1 function(s): testStartTlsNotAutoRead.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free