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