public class SocketSslEchoTest extends AbstractSocketTest
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SocketSslEchoTest.Renegotiation |
protected static class |
SocketSslEchoTest.RenegotiationType |
addrcb, sb, testName| Constructor and Description |
|---|
SocketSslEchoTest(io.netty.handler.ssl.SslContext serverCtx,
io.netty.handler.ssl.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(io.netty.bootstrap.ServerBootstrap sb,
io.netty.bootstrap.Bootstrap cb) |
configure, newFactories, newSocketAddressnewAllocators, runpublic SocketSslEchoTest(io.netty.handler.ssl.SslContext serverCtx,
io.netty.handler.ssl.SslContext clientCtx,
SocketSslEchoTest.Renegotiation renegotiation,
boolean serverUsesDelegatedTaskExecutor,
boolean clientUsesDelegatedTaskExecutor,
boolean autoRead,
boolean useChunkedWriteHandler,
boolean useCompositeByteBuf)
public static Collection<Object[]> data() throws Exception
ExceptionCopyright © 2008–2015 The Netty Project. All rights reserved.