Package io.netty5.microbench.handler.ssl
Class SslHandlerEchoBenchmark
- java.lang.Object
-
- io.netty5.microbench.util.AbstractMicrobenchmarkBase
-
- io.netty5.microbench.util.AbstractMicrobenchmark
-
- io.netty5.microbench.handler.ssl.AbstractSslHandlerBenchmark
-
- io.netty5.microbench.handler.ssl.AbstractSslHandlerThroughputBenchmark
-
- io.netty5.microbench.handler.ssl.SslHandlerEchoBenchmark
-
public class SslHandlerEchoBenchmark extends AbstractSslHandlerThroughputBenchmark
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty5.microbench.handler.ssl.AbstractSslHandlerThroughputBenchmark
AbstractSslHandlerThroughputBenchmark.BufferType
-
Nested classes/interfaces inherited from class io.netty5.microbench.handler.ssl.AbstractSslHandlerBenchmark
AbstractSslHandlerBenchmark.SslEngineProvider
-
Nested classes/interfaces inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
AbstractMicrobenchmark.HarnessExecutor
-
-
Field Summary
Fields Modifier and Type Field Description intnumWrites-
Fields inherited from class io.netty5.microbench.handler.ssl.AbstractSslHandlerThroughputBenchmark
bufferType, channel, messageSize, wrapSrcBuffer
-
Fields inherited from class io.netty5.microbench.handler.ssl.AbstractSslHandlerBenchmark
cipher, clientCtx, clientSslHandler, serverCtx, serverSslHandler, sslProvider
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
DEFAULT_FORKS
-
Fields inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
BASE_JVM_ARGS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS
-
-
Constructor Summary
Constructors Constructor Description SslHandlerEchoBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty5.buffer.api.BufferwrapUnwrap()-
Methods inherited from class io.netty5.microbench.handler.ssl.AbstractSslHandlerThroughputBenchmark
allocateBuffer, doWrite, setup, tearDown
-
Methods inherited from class io.netty5.microbench.handler.ssl.AbstractSslHandlerBenchmark
destroySslHandlers, doHandshake, handleUnexpectedException, initSslHandlers, newClientHandler, newServerHandler
-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmark
getForks, jvmArgs, newOptionsBuilder
-
Methods inherited from class io.netty5.microbench.util.AbstractMicrobenchmarkBase
getMeasureIterations, getReportDir, getWarmupIterations, removeAssertions, run
-
-