public class AbstractSslHandlerBenchmark extends AbstractMicrobenchmark
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSslHandlerBenchmark.SslEngineProvider |
AbstractMicrobenchmark.HarnessExecutor| Modifier and Type | Field and Description |
|---|---|
String |
cipher |
protected EmbeddedChannelWriteAccumulatingHandlerContext |
clientCtx |
protected io.netty.handler.ssl.SslHandler |
clientSslHandler |
protected EmbeddedChannelWriteAccumulatingHandlerContext |
serverCtx |
protected io.netty.handler.ssl.SslHandler |
serverSslHandler |
AbstractSslHandlerBenchmark.SslEngineProvider |
sslProvider |
DEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
AbstractSslHandlerBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
destroySslHandlers() |
protected void |
doHandshake() |
static void |
handleUnexpectedException(Throwable t) |
protected void |
initSslHandlers(io.netty.buffer.ByteBufAllocator allocator) |
protected io.netty.handler.ssl.SslHandler |
newClientHandler(io.netty.buffer.ByteBufAllocator allocator) |
protected io.netty.handler.ssl.SslHandler |
newServerHandler(io.netty.buffer.ByteBufAllocator allocator) |
getForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, runpublic AbstractSslHandlerBenchmark.SslEngineProvider sslProvider
public String cipher
protected io.netty.handler.ssl.SslHandler clientSslHandler
protected io.netty.handler.ssl.SslHandler serverSslHandler
protected EmbeddedChannelWriteAccumulatingHandlerContext clientCtx
protected EmbeddedChannelWriteAccumulatingHandlerContext serverCtx
protected final void initSslHandlers(io.netty.buffer.ByteBufAllocator allocator)
protected final void destroySslHandlers()
protected final io.netty.handler.ssl.SslHandler newClientHandler(io.netty.buffer.ByteBufAllocator allocator)
protected final io.netty.handler.ssl.SslHandler newServerHandler(io.netty.buffer.ByteBufAllocator allocator)
public static void handleUnexpectedException(Throwable t)
Copyright © 2008–2026 The Netty Project. All rights reserved.