public abstract class AbstractSslHandlerThroughputBenchmark extends AbstractSslHandlerBenchmark
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSslHandlerThroughputBenchmark.BufferType |
AbstractSslHandlerBenchmark.SslEngineProviderAbstractMicrobenchmark.HarnessExecutor| Modifier and Type | Field and Description |
|---|---|
AbstractSslHandlerThroughputBenchmark.BufferType |
bufferType |
protected io.netty.channel.embedded.EmbeddedChannel |
channel |
int |
messageSize |
protected io.netty.buffer.ByteBuf |
wrapSrcBuffer |
cipher, clientCtx, clientSslHandler, serverCtx, serverSslHandler, sslProviderDEFAULT_FORKSBASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS| Constructor and Description |
|---|
AbstractSslHandlerThroughputBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.buffer.ByteBuf |
allocateBuffer(int size) |
protected io.netty.buffer.ByteBuf |
doWrite(int numWrites) |
void |
setup() |
void |
tearDown() |
destroySslHandlers, doHandshake, handleUnexpectedException, initSslHandlers, newClientHandler, newServerHandlergetForks, jvmArgs, newOptionsBuildergetMeasureIterations, getReportDir, getWarmupIterations, runpublic int messageSize
public AbstractSslHandlerThroughputBenchmark.BufferType bufferType
protected io.netty.buffer.ByteBuf wrapSrcBuffer
protected io.netty.channel.embedded.EmbeddedChannel channel
public AbstractSslHandlerThroughputBenchmark()
Copyright © 2008–2026 The Netty Project. All rights reserved.