public class SocketStartTlsTest extends AbstractSocketTest
AbstractComboTestsuiteTest.Runner<SB extends io.netty.bootstrap.AbstractBootstrap<?,?>,CB extends io.netty.bootstrap.AbstractBootstrap<?,?>>cb, sb| Constructor and Description |
|---|
SocketStartTlsTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createExecutor() |
static Collection<Object[]> |
data() |
static void |
shutdownExecutor() |
void |
testStartTls(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb,
io.netty.handler.ssl.SslContext serverCtx,
io.netty.handler.ssl.SslContext clientCtx) |
void |
testStartTls(io.netty.handler.ssl.SslContext serverCtx,
io.netty.handler.ssl.SslContext clientCtx,
org.junit.jupiter.api.TestInfo testInfo) |
void |
testStartTlsNotAutoRead(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb,
io.netty.handler.ssl.SslContext serverCtx,
io.netty.handler.ssl.SslContext clientCtx) |
void |
testStartTlsNotAutoRead(io.netty.handler.ssl.SslContext serverCtx,
io.netty.handler.ssl.SslContext clientCtx,
org.junit.jupiter.api.TestInfo testInfo) |
configure, newFactories, newSocketAddressnewAllocators, runpublic static Collection<Object[]> data() throws Exception
Exception@BeforeAll public static void createExecutor()
@ParameterizedTest(name="{index}: serverEngine = {0}, clientEngine = {1}")
@MethodSource(value="data")
@Timeout(value=30000L,
unit=MILLISECONDS)
public void testStartTls(io.netty.handler.ssl.SslContext serverCtx,
io.netty.handler.ssl.SslContext clientCtx,
org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
Throwablepublic void testStartTls(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb,
io.netty.handler.ssl.SslContext serverCtx,
io.netty.handler.ssl.SslContext clientCtx)
throws Throwable
Throwable@ParameterizedTest(name="{index}: serverEngine = {0}, clientEngine = {1}")
@MethodSource(value="data")
@Timeout(value=30000L,
unit=MILLISECONDS)
public void testStartTlsNotAutoRead(io.netty.handler.ssl.SslContext serverCtx,
io.netty.handler.ssl.SslContext clientCtx,
org.junit.jupiter.api.TestInfo testInfo)
throws Throwable
ThrowableCopyright © 2008–2025 The Netty Project. All rights reserved.