public class SocketSslEchoTest extends AbstractSocketTest
Modifier and Type | Class and Description |
---|---|
protected static class |
SocketSslEchoTest.Renegotiation |
protected static class |
SocketSslEchoTest.RenegotiationType |
addr
cb, sb, testName
Constructor and Description |
---|
SocketSslEchoTest(SslContext serverCtx,
SslContext clientCtx,
SocketSslEchoTest.Renegotiation renegotiation,
boolean serverUsesDelegatedTaskExecutor,
boolean clientUsesDelegatedTaskExecutor,
boolean autoRead,
boolean useChunkedWriteHandler,
boolean useCompositeByteBuf) |
Modifier and Type | Method and Description |
---|---|
static void |
compressHeapDumps() |
static Collection<Object[]> |
data() |
void |
testSslEcho() |
void |
testSslEcho(ServerBootstrap sb,
Bootstrap cb) |
configure, newFactories, newSocketAddress
newAllocators, run
public SocketSslEchoTest(SslContext serverCtx, SslContext clientCtx, SocketSslEchoTest.Renegotiation renegotiation, boolean serverUsesDelegatedTaskExecutor, boolean clientUsesDelegatedTaskExecutor, boolean autoRead, boolean useChunkedWriteHandler, boolean useCompositeByteBuf)
public static Collection<Object[]> data() throws Exception
Exception
public void testSslEcho(ServerBootstrap sb, Bootstrap cb) throws Throwable
Throwable
Copyright © 2008–2017 The Netty Project. All rights reserved.